org.apache.openejb.jee.sun
Class SunWebApp

java.lang.Object
  extended by org.apache.openejb.jee.sun.SunWebApp

public class SunWebApp
extends java.lang.Object


Field Summary
protected  Cache cache
           
protected  ClassLoader classLoader
           
protected  java.lang.String contextRoot
           
protected  java.util.List<EjbRef> ejbRef
           
protected  java.lang.String errorUrl
           
protected  java.lang.String httpservletSecurityProvider
           
protected  java.util.List<IdempotentUrlPattern> idempotentUrlPattern
           
protected  JspConfig jspConfig
           
protected  LocaleCharsetInfo localeCharsetInfo
           
protected  java.util.List<MessageDestination> messageDestination
           
protected  java.util.List<MessageDestinationRef> messageDestinationRef
           
protected  ParameterEncoding parameterEncoding
           
protected  java.util.List<Property> property
           
protected  java.util.List<ResourceEnvRef> resourceEnvRef
           
protected  java.util.List<ResourceRef> resourceRef
           
protected  java.util.List<SecurityRoleMapping> securityRoleMapping
           
protected  java.util.List<ServiceRef> serviceRef
           
protected  java.util.List<Servlet> servlet
           
protected  SessionConfig sessionConfig
           
protected  java.util.List<WebserviceDescription> webserviceDescription
           
 
Constructor Summary
SunWebApp()
           
 
Method Summary
 Cache getCache()
           
 ClassLoader getClassLoader()
           
 java.lang.String getContextRoot()
           
 java.util.List<EjbRef> getEjbRef()
           
 java.lang.String getErrorUrl()
           
 java.lang.String getHttpservletSecurityProvider()
           
 java.util.List<IdempotentUrlPattern> getIdempotentUrlPattern()
           
 JspConfig getJspConfig()
           
 LocaleCharsetInfo getLocaleCharsetInfo()
           
 java.util.List<MessageDestination> getMessageDestination()
           
 java.util.List<MessageDestinationRef> getMessageDestinationRef()
           
 ParameterEncoding getParameterEncoding()
           
 java.util.List<Property> getProperty()
           
 java.util.List<ResourceEnvRef> getResourceEnvRef()
           
 java.util.List<ResourceRef> getResourceRef()
           
 java.util.List<SecurityRoleMapping> getSecurityRoleMapping()
           
 java.util.List<ServiceRef> getServiceRef()
           
 java.util.List<Servlet> getServlet()
           
 SessionConfig getSessionConfig()
           
 java.util.List<WebserviceDescription> getWebserviceDescription()
           
 void setCache(Cache value)
           
 void setClassLoader(ClassLoader value)
           
 void setContextRoot(java.lang.String value)
           
 void setErrorUrl(java.lang.String value)
           
 void setHttpservletSecurityProvider(java.lang.String value)
           
 void setJspConfig(JspConfig value)
           
 void setLocaleCharsetInfo(LocaleCharsetInfo value)
           
 void setParameterEncoding(ParameterEncoding value)
           
 void setSessionConfig(SessionConfig value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorUrl

protected java.lang.String errorUrl

httpservletSecurityProvider

protected java.lang.String httpservletSecurityProvider

contextRoot

protected java.lang.String contextRoot

securityRoleMapping

protected java.util.List<SecurityRoleMapping> securityRoleMapping

servlet

protected java.util.List<Servlet> servlet

idempotentUrlPattern

protected java.util.List<IdempotentUrlPattern> idempotentUrlPattern

sessionConfig

protected SessionConfig sessionConfig

ejbRef

protected java.util.List<EjbRef> ejbRef

resourceRef

protected java.util.List<ResourceRef> resourceRef

resourceEnvRef

protected java.util.List<ResourceEnvRef> resourceEnvRef

serviceRef

protected java.util.List<ServiceRef> serviceRef

messageDestinationRef

protected java.util.List<MessageDestinationRef> messageDestinationRef

cache

protected Cache cache

classLoader

protected ClassLoader classLoader

jspConfig

protected JspConfig jspConfig

localeCharsetInfo

protected LocaleCharsetInfo localeCharsetInfo

parameterEncoding

protected ParameterEncoding parameterEncoding

property

protected java.util.List<Property> property

messageDestination

protected java.util.List<MessageDestination> messageDestination

webserviceDescription

protected java.util.List<WebserviceDescription> webserviceDescription
Constructor Detail

SunWebApp

public SunWebApp()
Method Detail

getErrorUrl

public java.lang.String getErrorUrl()

setErrorUrl

public void setErrorUrl(java.lang.String value)

getHttpservletSecurityProvider

public java.lang.String getHttpservletSecurityProvider()

setHttpservletSecurityProvider

public void setHttpservletSecurityProvider(java.lang.String value)

getContextRoot

public java.lang.String getContextRoot()

setContextRoot

public void setContextRoot(java.lang.String value)

getSecurityRoleMapping

public java.util.List<SecurityRoleMapping> getSecurityRoleMapping()

getServlet

public java.util.List<Servlet> getServlet()

getIdempotentUrlPattern

public java.util.List<IdempotentUrlPattern> getIdempotentUrlPattern()

getSessionConfig

public SessionConfig getSessionConfig()

setSessionConfig

public void setSessionConfig(SessionConfig value)

getEjbRef

public java.util.List<EjbRef> getEjbRef()

getResourceRef

public java.util.List<ResourceRef> getResourceRef()

getResourceEnvRef

public java.util.List<ResourceEnvRef> getResourceEnvRef()

getServiceRef

public java.util.List<ServiceRef> getServiceRef()

getMessageDestinationRef

public java.util.List<MessageDestinationRef> getMessageDestinationRef()

getCache

public Cache getCache()

setCache

public void setCache(Cache value)

getClassLoader

public ClassLoader getClassLoader()

setClassLoader

public void setClassLoader(ClassLoader value)

getJspConfig

public JspConfig getJspConfig()

setJspConfig

public void setJspConfig(JspConfig value)

getLocaleCharsetInfo

public LocaleCharsetInfo getLocaleCharsetInfo()

setLocaleCharsetInfo

public void setLocaleCharsetInfo(LocaleCharsetInfo value)

getParameterEncoding

public ParameterEncoding getParameterEncoding()

setParameterEncoding

public void setParameterEncoding(ParameterEncoding value)

getProperty

public java.util.List<Property> getProperty()

getMessageDestination

public java.util.List<MessageDestination> getMessageDestination()

getWebserviceDescription

public java.util.List<WebserviceDescription> getWebserviceDescription()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.