public interface ServletDefinitionListCtrl extends Controller
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.
Modifier and Type | Method and Description |
---|---|
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
|
ServletDefinition add(java.lang.String name, java.lang.String className)
name
- the name of the new servlet definitionclassName
- the classname of the new servlet definitionServletDefinition remove(java.lang.String name)
name
- the name of the servlet definition to be removedvoid remove(ServletDefinition servletDefinition)
servletDefinition
- the servlet definition to be removedCopyright © 2003-2013 . All Rights Reserved.