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

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)
           
 
Methods inherited from interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot, getDescription, getDisplayName, getId, getInitParameterSet, getSecurityRoles, getServletContext, getServletDefinitionList
 

Method Detail

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.