public interface ServletDefinitionCtrl extends Controller
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.
Modifier and Type | Method and Description |
---|---|
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
|
void setId(java.lang.String id)
id
- the new identifiervoid setServletName(java.lang.String name)
name
- the new servlet namevoid setDescriptions(DescriptionSet descriptions)
descriptions
- the new descriptionvoid setDisplayNames(DisplayNameSet displayNames)
displayNames
- the new display namesvoid setServletClass(java.lang.String servletClass)
servletClass
- the new class namevoid setAvailable(long available)
available
- The new available date/timeCopyright © 2003-2013 . All Rights Reserved.