org.apache.pluto.portalImpl.om.servlet.impl
Class ServletDefinitionImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.servlet.impl.ServletDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, org.apache.pluto.om.Controller, org.apache.pluto.om.Model, 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

Field Summary
 java.lang.String icon
           
 java.lang.String jspFile
           
 java.lang.String loadOnStartup
           
 java.lang.String securityRoleRef
           
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
ServletDefinitionImpl()
           
 
Method Summary
 long getAvailable()
           
 java.util.Collection getCastorDescriptions()
           
 java.util.Collection getCastorDisplayNames()
           
 java.lang.String getCastorId()
           
 java.util.Collection getCastorInitParams()
           
 org.apache.pluto.om.common.SecurityRoleRefSet getCastorInitSecurityRoleRefs()
           
 org.apache.pluto.om.common.Description getDescription(java.util.Locale locale)
           
 java.util.Collection getDescriptions()
           
 org.apache.pluto.om.common.DisplayName getDisplayName(java.util.Locale locale)
           
 org.apache.pluto.om.common.ObjectID getId()
           
 org.apache.pluto.om.common.ParameterSet getInitParameterSet()
           
 org.apache.pluto.om.common.SecurityRoleRefSet getInitSecurityRoleRefSet()
           
 java.lang.String getJspFile()
           
 javax.servlet.RequestDispatcher getRequestDispatcher(javax.servlet.ServletContext servletContext)
           
 java.lang.String getServletClass()
           
 java.lang.String getServletName()
           
 org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
           
 boolean isUnavailable()
           
 void postBuild(java.lang.Object parameter)
           
 void postLoad(java.lang.Object parameter)
           
 void postStore(java.lang.Object parameter)
           
 void preBuild(java.lang.Object parameter)
           
 void preStore(java.lang.Object parameter)
           
 void setAvailable(long available)
           
 void setCastorDescriptions(org.apache.pluto.om.common.DescriptionSet castorDescriptions)
           
 void setCastorDisplayNames(org.apache.pluto.om.common.DisplayNameSet castorDisplayNames)
           
 void setCastorId(java.lang.String id)
           
 void setCastorInitSecurityRoleRefs(org.apache.pluto.om.common.SecurityRoleRefSet castorInitSecurityRoleRefs)
           
 void setDescriptions(org.apache.pluto.om.common.DescriptionSet descriptions)
           
 void setDisplayNames(org.apache.pluto.om.common.DisplayNameSet displayNames)
           
 void setId(java.lang.String id)
           
 void setJspFile(java.lang.String jspFile)
           
 void setServletClass(java.lang.String servletClass)
           
protected  void setServletMapping(ServletMappingImpl servletMapping)
           
 void setServletName(java.lang.String servletName)
           
protected  void setWebApplicationDefinition(org.apache.pluto.om.servlet.WebApplicationDefinition webApplication)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

icon

public java.lang.String icon

jspFile

public java.lang.String jspFile

loadOnStartup

public java.lang.String loadOnStartup

securityRoleRef

public java.lang.String securityRoleRef
Constructor Detail

ServletDefinitionImpl

public ServletDefinitionImpl()
Method Detail

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()
Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int indent)


Copyright © 2003-2011 . All Rights Reserved.