org.apache.pluto.portalImpl.om.servlet.impl
Class WebApplicationDefinitionImpl
java.lang.Object
org.apache.pluto.portalImpl.om.servlet.impl.WebApplicationDefinitionImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Model, java.io.Serializable, Support, org.apache.pluto.om.servlet.WebApplicationDefinition
- public class WebApplicationDefinitionImpl
- extends java.lang.Object
- implements org.apache.pluto.om.servlet.WebApplicationDefinition, java.io.Serializable, Support
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
icon
public java.lang.String icon
distributable
public java.lang.String distributable
sessionConfig
public java.lang.String sessionConfig
mimeMapping
public java.lang.String mimeMapping
welcomeFileList
public java.lang.String welcomeFileList
errorPage
public java.lang.String errorPage
taglib
public java.lang.String taglib
resourceRef
public java.lang.String resourceRef
loginConfig
public java.lang.String loginConfig
securityRole
public java.lang.String securityRole
envEntry
public java.lang.String envEntry
ejbRef
public java.lang.String ejbRef
WebApplicationDefinitionImpl
public WebApplicationDefinitionImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getDisplayName
public org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayName
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getInitParameterSet
public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
- Specified by:
getInitParameterSet
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletDefinitionList
public org.apache.pluto.om.servlet.ServletDefinitionList getServletDefinitionList()
- Specified by:
getServletDefinitionList
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletContext
public javax.servlet.ServletContext getServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
getServletContext
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot
public java.lang.String getContextRoot()
- Specified by:
getContextRoot
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
postBuild
public void postBuild(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postBuild
in interface Support
- Throws:
java.lang.Exception
postLoad
public void postLoad(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postLoad
in interface Support
- Throws:
java.lang.Exception
postStore
public void postStore(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
postStore
in interface Support
- Throws:
java.lang.Exception
preBuild
public void preBuild(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
preBuild
in interface Support
- Throws:
java.lang.Exception
preStore
public void preStore(java.lang.Object parameter)
throws java.lang.Exception
- Specified by:
preStore
in interface Support
- Throws:
java.lang.Exception
getCastorId
public java.lang.String getCastorId()
getCastorInitParams
public java.util.Collection getCastorInitParams()
getCastorServlets
public java.util.Collection getCastorServlets()
getCastorDisplayNames
public java.util.Collection getCastorDisplayNames()
getCastorDescriptions
public java.util.Collection getCastorDescriptions()
getSecurityRoles
public org.apache.pluto.om.common.SecurityRoleSet getSecurityRoles()
- Specified by:
getSecurityRoles
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletMappings
public java.util.Collection getServletMappings()
setCastorId
public void setCastorId(java.lang.String id)
setContextRoot
protected void setContextRoot(java.lang.String contextPath)
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
setDisplayNames
public void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
setCastorDescriptions
public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
setCastorDisplayNames
public void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)
setId
public void setId(java.lang.String id)
toString
public java.lang.String toString()
toString
public java.lang.String toString(int indent)
getTagDefinitionSet
public TagDefinitionSet getTagDefinitionSet()
- Returns:
- Custom tag definitions configured in the webapp.
getCastorTagDefinitions
public java.util.Collection getCastorTagDefinitions()
setCastorTagDefinitions
public void setCastorTagDefinitions(TagDefinitionSet taglibs)
getCastorResourceRefSet
public ResourceRefSet getCastorResourceRefSet()
setCastorResourceRefSet
public void setCastorResourceRefSet(ResourceRefSet resourceRefs)
getCastorMimeMappings
public java.util.Collection getCastorMimeMappings()
- Returns:
- Returns the castorMimeMappings.
getSecurityConstraints
public java.util.Collection getSecurityConstraints()
setCastorMimeMappings
public void setCastorMimeMappings(java.util.Collection castorMimeMappings)
- Parameters:
castorMimeMappings
- The castorMimeMappings to set.
setSecurityConstraints
public void setSecurityConstraints(java.util.Collection securityConstraints)
Copyright © 2003-2007 . All Rights Reserved.