org.apache.pluto.portalImpl.om.servlet.impl
Class WebApplicationDefinitionImpl
java.lang.Object
org.apache.pluto.portalImpl.om.servlet.impl.WebApplicationDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, Support
public class WebApplicationDefinitionImpl
- extends java.lang.Object
- implements 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
castorMimeMappings
private java.util.Collection castorMimeMappings
securityConstraints
private java.util.Collection securityConstraints
contextPath
private java.lang.String contextPath
descriptions
private DescriptionSet descriptions
displayNames
private DisplayNameSet displayNames
id
private java.lang.String id
initParams
private ParameterSet initParams
objectId
private ObjectID objectId
servletMappings
private java.util.Collection servletMappings
servlets
private ServletDefinitionList servlets
securityRoles
private SecurityRoleSet securityRoles
taglibs
private TagDefinitionSet taglibs
castorResourceRef
private ResourceRefSet castorResourceRef
WebApplicationDefinitionImpl
public WebApplicationDefinitionImpl()
getId
public ObjectID getId()
getDisplayName
public DisplayName getDisplayName(java.util.Locale locale)
getDescription
public Description getDescription(java.util.Locale locale)
getInitParameterSet
public ParameterSet getInitParameterSet()
getServletDefinitionList
public ServletDefinitionList getServletDefinitionList()
getServletContext
public ServletContext getServletContext(ServletContext servletContext)
getContextRoot
public java.lang.String getContextRoot()
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 SecurityRoleSet getSecurityRoles()
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(DescriptionSet descriptions)
setDisplayNames
public void setDisplayNames(DisplayNameSet displayNames)
setCastorDescriptions
public void setCastorDescriptions(DescriptionSet castorDescriptions)
setCastorDisplayNames
public void setCastorDisplayNames(DisplayNameSet castorDisplayNames)
setId
public void setId(java.lang.String id)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
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)