This project has retired. For details please refer to its
Attic page .
MutableWebApplication (Jetspeed-2 Core API 2.1.3 API)
org.apache.jetspeed.om.common.servlet
Interface MutableWebApplication
All Superinterfaces: org.apache.pluto.om.Model, Serializable , org.apache.pluto.om.servlet.WebApplicationDefinition
public interface MutableWebApplication extends org.apache.pluto.om.servlet.WebApplicationDefinition, Serializable
WebApplicationComposite
This interface is a combination of the two interface classes
used to identify a web application. It has additional methods
to make it easier to use/test within Jetspeed.
Version:
$Id: MutableWebApplication.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver
Methods inherited from interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot, getDescription, getDisplayName, getId, getInitParameterSet, getSecurityRoles, getServletContext, getServletDefinitionList
setContextRoot
void setContextRoot (String contextRoot)
setDescriptionSet
void setDescriptionSet (org.apache.pluto.om.common.DescriptionSet descriptions)
setDisplayNameSet
void setDisplayNameSet (org.apache.pluto.om.common.DisplayNameSet names)
addDisplayName
void addDisplayName (Locale locale,
String name)
addDescription
void addDescription (Locale locale,
String description)
addSecurityRole
void addSecurityRole (org.apache.pluto.om.common.SecurityRole securityRole)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.