This project has retired. For details please refer to its
Attic page.
WebApplicationDefinitionImpl (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.portal.pluto.om
Class WebApplicationDefinitionImpl
java.lang.Object
org.apache.cocoon.portal.pluto.om.WebApplicationDefinitionImpl
- All Implemented Interfaces:
- Support, org.apache.pluto.om.Model, org.apache.pluto.om.servlet.WebApplicationDefinition
public class WebApplicationDefinitionImpl
- extends Object
- implements org.apache.pluto.om.servlet.WebApplicationDefinition, Support
- Version:
- CVS $Id: WebApplicationDefinitionImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
icon
public String icon
distributable
public String distributable
sessionConfig
public String sessionConfig
mimeMapping
public String mimeMapping
welcomeFileList
public String welcomeFileList
errorPage
public String errorPage
taglib
public String taglib
resourceRef
public String resourceRef
loginConfig
public String loginConfig
securityRole
public String securityRole
envEntry
public String envEntry
ejbRef
public 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(Locale locale)
- Specified by:
getDisplayName
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getDescription
public org.apache.pluto.om.common.Description getDescription(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 ServletContext getServletContext(ServletContext servletContext)
- Specified by:
getServletContext
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getContextRoot
public String getContextRoot()
- Specified by:
getContextRoot
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
postBuild
public void postBuild(Object parameter)
throws Exception
- Specified by:
postBuild
in interface Support
- Throws:
Exception
postLoad
public void postLoad(Object parameter)
throws Exception
- Specified by:
postLoad
in interface Support
- Throws:
Exception
postStore
public void postStore(Object parameter)
throws Exception
- Specified by:
postStore
in interface Support
- Throws:
Exception
preBuild
public void preBuild(Object parameter)
throws Exception
- Specified by:
preBuild
in interface Support
- Throws:
Exception
preStore
public void preStore(Object parameter)
throws Exception
- Specified by:
preStore
in interface Support
- Throws:
Exception
getCastorId
public String getCastorId()
getCastorInitParams
public Collection getCastorInitParams()
getCastorServlets
public Collection getCastorServlets()
getCastorDisplayNames
public Collection getCastorDisplayNames()
getCastorDescriptions
public Collection getCastorDescriptions()
getSecurityRoles
public org.apache.pluto.om.common.SecurityRoleSet getSecurityRoles()
- Specified by:
getSecurityRoles
in interface org.apache.pluto.om.servlet.WebApplicationDefinition
getServletMappings
public Collection getServletMappings()
setCastorId
public void setCastorId(String id)
setContextRoot
protected void setContextRoot(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(String id)
getTagDefinitionSet
public TagDefinitionSet getTagDefinitionSet()
- Returns:
- Custom tag definitions configured in the webapp.
getCastorTagDefinitions
public Collection getCastorTagDefinitions()
setCastorTagDefinitions
public void setCastorTagDefinitions(TagDefinitionSet taglibs)
getCastorResourceRefSet
public ResourceRefSet getCastorResourceRefSet()
setCastorResourceRefSet
public void setCastorResourceRefSet(ResourceRefSet resourceRefs)
getCastorMimeMappings
public Collection getCastorMimeMappings()
- Returns:
- Returns the castorMimeMappings.
getSecurityConstraints
public Collection getSecurityConstraints()
setCastorMimeMappings
public void setCastorMimeMappings(Collection castorMimeMappings)
- Parameters:
castorMimeMappings
- The castorMimeMappings to set.
setSecurityConstraints
public void setSecurityConstraints(Collection securityConstraints)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.