org.apache.pluto.om.servlet
Interface ServletDefinitionCtrl

All Superinterfaces:
Controller

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.


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

setId

void setId(java.lang.String id)
Binds an identifier to this servlet

Parameters:
id - the new identifier

setServletName

void setServletName(java.lang.String name)
Binds an servlet name to this servlet

Parameters:
name - the new servlet name

setDescriptions

void setDescriptions(DescriptionSet descriptions)
Sets the descriptions

Parameters:
descriptions - the new description

setDisplayNames

void setDisplayNames(DisplayNameSet displayNames)
Sets the display names

Parameters:
displayNames - the new display names

setServletClass

void setServletClass(java.lang.String servletClass)
Sets the class name of this servlet

Parameters:
servletClass - the new class name

setAvailable

void setAvailable(long available)
Sets the available date/time for this servlet, in milliseconds since the epoch. If this date/time is in the future the servlet is unavailable.

Parameters:
available - The new available date/time