Method Summary |
|
public long | getAvailable() |
public Collection | getCastorDescriptions() |
public Collection | getCastorDisplayNames() |
public String | getCastorId() |
public Collection | getCastorInitParams() |
public SecurityRoleRefSet | getCastorInitSecurityRoleRefs() |
public Description | getDescription(Locale locale) |
public Collection | getDescriptions() |
public DisplayName | getDisplayName(Locale locale) |
public ObjectID | getId() |
public ParameterSet | getInitParameterSet() |
public SecurityRoleRefSet | getInitSecurityRoleRefSet() |
public String | getJspFile() |
public RequestDispatcher | getRequestDispatcher(ServletContext servletContext) |
public String | getServletClass() |
public String | getServletName() |
public WebApplicationDefinition | getWebApplicationDefinition() |
public boolean | isUnavailable() |
public void | postBuild(Object parameter) |
public void | postLoad(Object parameter) |
public void | postStore(Object parameter) |
public void | preBuild(Object parameter) |
public void | preStore(Object parameter) |
public void | setAvailable(long available) |
public void | setCastorDescriptions(DescriptionSet castorDescriptions) |
public void | setCastorDisplayNames(DisplayNameSet castorDisplayNames) |
public void | setCastorId(String id) |
public void | setCastorInitSecurityRoleRefs(SecurityRoleRefSet castorInitSecurityRoleRefs) |
public void | setDescriptions(DescriptionSet descriptions) |
public void | setDisplayNames(DisplayNameSet displayNames) |
public void | setId(String id) |
public void | setJspFile(String jspFile) |
public void | setServletClass(String servletClass) |
protected void | setServletMapping(ServletMapping servletMapping) |
public void | setServletName(String servletName) |
protected void | setWebApplicationDefinition(WebApplicationDefinition webApplication) |