Package | Description |
---|---|
org.apache.pluto.om.portlet | |
org.apache.pluto.om.servlet |
Modifier and Type | Method and Description |
---|---|
ServletDefinition |
PortletDefinition.getServletDefinition()
Returns the corresponding servlet to this portlet
The return value cannot be NULL.
|
Modifier and Type | Method and Description |
---|---|
ServletDefinition |
ServletDefinitionListCtrl.add(java.lang.String name,
java.lang.String className)
Creates a new servlet definition and adds it to the set
|
ServletDefinition |
ServletDefinitionList.get(java.lang.String name)
Returns the servlet definition object of the given name
|
ServletDefinition |
ServletDefinitionListCtrl.remove(java.lang.String name)
Removes the servlet definition with the given name
from the set
|
Modifier and Type | Method and Description |
---|---|
void |
ServletDefinitionListCtrl.remove(ServletDefinition servletDefinition)
Removes the given servlet definition from the set
|
Copyright © 2003-2013 . All Rights Reserved.