|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The ServletDefinitionCtrl interface ...
This interface defines the controller as known from the MVC pattern. Its purpose is to provide write access to the data stored in the model.
| Method Summary | |
void |
setAvailable(long available)
Sets the available date/time for this servlet, in milliseconds since the epoch. |
void |
setDescriptions(DescriptionSet descriptions)
Sets the descriptions |
void |
setDisplayNames(DisplayNameSet displayNames)
Sets the display names |
void |
setId(java.lang.String id)
Binds an identifier to this servlet |
void |
setServletClass(java.lang.String servletClass)
Sets the class name of this servlet |
void |
setServletName(java.lang.String name)
Binds an servlet name to this servlet |
| Method Detail |
public void setId(java.lang.String id)
id - the new identifierpublic void setServletName(java.lang.String name)
name - the new servlet namepublic void setDescriptions(DescriptionSet descriptions)
descriptions - the new descriptionpublic void setDisplayNames(DisplayNameSet displayNames)
displayNames - the new display namespublic void setServletClass(java.lang.String servletClass)
servletClass - the new class namepublic void setAvailable(long available)
available - The new available date/time
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||