org.apache.jetspeed.om.servlet.impl
Class WebApplicationDefinitionImpl
java.lang.Object
org.apache.jetspeed.om.servlet.impl.WebApplicationDefinitionImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, org.apache.jetspeed.om.common.servlet.MutableWebApplication, Serializable, org.apache.pluto.om.servlet.WebApplicationDefinition
- public class WebApplicationDefinitionImpl
- extends Object
- implements org.apache.jetspeed.om.common.servlet.MutableWebApplication, Serializable
WebApplicationDefinitionImpl
- Version:
- $Id: WebApplicationDefinitionImpl.java 191577 2005-06-20 22:18:37Z shinsuke $
- Author:
- Scott T. Weaver
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
private long id
displayNames
private Collection displayNames
DNCollWrapper
private DisplayNameSetImpl DNCollWrapper
descriptions
private Collection descriptions
descCollWrapper
private DescriptionSetImpl descCollWrapper
securityRoles
private Collection securityRoles
secRolesListWrapper
private SecurityRoleSetImpl secRolesListWrapper
contextRoot
private String contextRoot
initParameters
private org.apache.pluto.om.common.ParameterSet initParameters
log
private static final org.apache.commons.logging.Log log
WebApplicationDefinitionImpl
public WebApplicationDefinitionImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getId()
getDisplayName
public org.apache.pluto.om.common.DisplayName getDisplayName(Locale locale)
- Specified by:
getDisplayName
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
org.apache.pluto.om.servlet.WebApplicationDefinition#getDisplayName()
getDescription
public org.apache.pluto.om.common.Description getDescription(Locale locale)
- Specified by:
getDescription
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
org.apache.pluto.om.servlet.WebApplicationDefinition#getDescription()
getInitParameterSet
public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
- Specified by:
getInitParameterSet
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getInitParameterSet()
getServletDefinitionList
public org.apache.pluto.om.servlet.ServletDefinitionList getServletDefinitionList()
- Specified by:
getServletDefinitionList
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getServletDefinitionList()
getServletContext
public javax.servlet.ServletContext getServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
getServletContext
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getServletContext(javax.servlet.ServletContext)
getContextRoot
public String getContextRoot()
- Specified by:
getContextRoot
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getContextRoot()
setId
public void setId(String oid)
- Specified by:
setId
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
org.apache.pluto.om.servlet.WebApplicationDefinitionCtrl#setId(java.lang.String)
setDisplayNameSet
public void setDisplayNameSet(org.apache.pluto.om.common.DisplayNameSet displayNames)
- Specified by:
setDisplayNameSet
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
org.apache.pluto.om.servlet.WebApplicationDefinitionCtrl#setDisplayName(java.lang.String)
setContextRoot
public void setContextRoot(String contextRoot)
- Specified by:
setContextRoot
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
org.apache.jetspeed.om.common.servlet.WebApplicationComposite#setContextRoot(java.lang.String)
addDescription
public void addDescription(Locale locale,
String description)
- Specified by:
addDescription
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
MutableWebApplication.addDescription(java.util.Locale, java.lang.String)
addDisplayName
public void addDisplayName(Locale locale,
String name)
- Specified by:
addDisplayName
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
MutableWebApplication.addDisplayName(java.util.Locale, java.lang.String)
setDescriptionSet
public void setDescriptionSet(org.apache.pluto.om.common.DescriptionSet descriptions)
- Specified by:
setDescriptionSet
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
MutableWebApplication.setDescriptionSet(org.apache.pluto.om.common.DescriptionSet)
getDescription
public String getDescription()
- Deprecated.
- Remove when Castor is mapped correctly
- Returns:
setDescription
public void setDescription(String desc)
- Deprecated.
- Remove when Castor is mapped correctly
- Parameters:
desc
-
getSecurityRoles
public org.apache.pluto.om.common.SecurityRoleSet getSecurityRoles()
- Specified by:
getSecurityRoles
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
- See Also:
WebApplicationDefinition.getSecurityRoles()
addSecurityRole
public void addSecurityRole(org.apache.pluto.om.common.SecurityRole securityRole)
- Specified by:
addSecurityRole
in interface org.apache.jetspeed.om.common.servlet.MutableWebApplication
- See Also:
MutableWebApplication.addSecurityRole(org.apache.pluto.om.common.SecurityRole)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.