|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletDefinitionListCtrl
The ServletDefinitionSetCtrl
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 | |
---|---|
ServletDefinition |
add(java.lang.String name,
java.lang.String className)
Creates a new servlet definition and adds it to the set |
void |
remove(ServletDefinition servletDefinition)
Removes the given servlet definition from the set |
ServletDefinition |
remove(java.lang.String name)
Removes the servlet definition with the given name from the set |
Method Detail |
---|
ServletDefinition add(java.lang.String name, java.lang.String className)
name
- the name of the new servlet definitionclassName
- the classname of the new servlet definition
ServletDefinition remove(java.lang.String name)
name
- the name of the servlet definition to be removed
void remove(ServletDefinition servletDefinition)
servletDefinition
- the servlet definition to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |