org.apache.pluto.portalImpl.om.servlet.impl
Class ServletDefinitionImpl
java.lang.Object
org.apache.pluto.portalImpl.om.servlet.impl.ServletDefinitionImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, java.io.Serializable, org.apache.pluto.om.servlet.ServletDefinition, org.apache.pluto.om.servlet.ServletDefinitionCtrl, Support
- public class ServletDefinitionImpl
- extends java.lang.Object
- implements org.apache.pluto.om.servlet.ServletDefinition, org.apache.pluto.om.servlet.ServletDefinitionCtrl, 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
jspFile
public java.lang.String jspFile
loadOnStartup
public java.lang.String loadOnStartup
securityRoleRef
public java.lang.String securityRoleRef
ServletDefinitionImpl
public ServletDefinitionImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId in interface org.apache.pluto.om.servlet.ServletDefinition
getServletName
public java.lang.String getServletName()
- Specified by:
getServletName in interface org.apache.pluto.om.servlet.ServletDefinition
getDisplayName
public org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
- Specified by:
getDisplayName in interface org.apache.pluto.om.servlet.ServletDefinition
getDescription
public org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface org.apache.pluto.om.servlet.ServletDefinition
getServletClass
public java.lang.String getServletClass()
- Specified by:
getServletClass in interface org.apache.pluto.om.servlet.ServletDefinition
getInitParameterSet
public org.apache.pluto.om.common.ParameterSet getInitParameterSet()
- Specified by:
getInitParameterSet in interface org.apache.pluto.om.servlet.ServletDefinition
getWebApplicationDefinition
public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
- Specified by:
getWebApplicationDefinition in interface org.apache.pluto.om.servlet.ServletDefinition
getRequestDispatcher
public javax.servlet.RequestDispatcher getRequestDispatcher(javax.servlet.ServletContext servletContext)
- Specified by:
getRequestDispatcher in interface org.apache.pluto.om.servlet.ServletDefinition
getAvailable
public long getAvailable()
- Specified by:
getAvailable in interface org.apache.pluto.om.servlet.ServletDefinition
isUnavailable
public boolean isUnavailable()
- Specified by:
isUnavailable in interface org.apache.pluto.om.servlet.ServletDefinition
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()
getCastorInitSecurityRoleRefs
public org.apache.pluto.om.common.SecurityRoleRefSet getCastorInitSecurityRoleRefs()
getCastorDisplayNames
public java.util.Collection getCastorDisplayNames()
getCastorDescriptions
public java.util.Collection getCastorDescriptions()
getDescriptions
public java.util.Collection getDescriptions()
getInitSecurityRoleRefSet
public org.apache.pluto.om.common.SecurityRoleRefSet getInitSecurityRoleRefSet()
getJspFile
public java.lang.String getJspFile()
setCastorId
public void setCastorId(java.lang.String id)
setCastorInitSecurityRoleRefs
public void setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs)
setCastorDisplayNames
public void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)
setCastorDescriptions
public void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
setDisplayNames
public void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
- Specified by:
setDisplayNames in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setDescriptions
public void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
- Specified by:
setDescriptions in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setId
public void setId(java.lang.String id)
- Specified by:
setId in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setServletClass
public void setServletClass(java.lang.String servletClass)
- Specified by:
setServletClass in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setAvailable
public void setAvailable(long available)
- Specified by:
setAvailable in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setJspFile
public void setJspFile(java.lang.String jspFile)
setServletMapping
protected void setServletMapping(ServletMappingImpl servletMapping)
setServletName
public void setServletName(java.lang.String servletName)
- Specified by:
setServletName in interface org.apache.pluto.om.servlet.ServletDefinitionCtrl
setWebApplicationDefinition
protected void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplication)
toString
public java.lang.String toString()
toString
public java.lang.String toString(int indent)
Copyright © 2003-2007 . All Rights Reserved.