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 186724 2004-06-05 05:10:46Z taylor $
Author:
Scott T. Weaver

Method Summary
 void addDescription(Locale locale, String description)
           
 void addDisplayName(Locale locale, String name)
           
 void addSecurityRole(org.apache.pluto.om.common.SecurityRole securityRole)
           
 void setContextRoot(String contextRoot)
           
 void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setDisplayNameSet(org.apache.pluto.om.common.DisplayNameSet names)
           
 void setId(String id)
           
 
Methods inherited from interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot, getDescription, getDisplayName, getId, getInitParameterSet, getSecurityRoles, getServletContext, getServletDefinitionList
 

Method Detail

setContextRoot

public void setContextRoot(String contextRoot)

setId

public void setId(String id)

setDescriptionSet

public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)

setDisplayNameSet

public void setDisplayNameSet(org.apache.pluto.om.common.DisplayNameSet names)

addDisplayName

public void addDisplayName(Locale locale,
                           String name)

addDescription

public void addDescription(Locale locale,
                           String description)

addSecurityRole

public void addSecurityRole(org.apache.pluto.om.common.SecurityRole securityRole)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.