org.apache.openejb.jee.sun
Class SunWebApp

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

public class SunWebApp
extends Object


Field Summary
protected  Cache cache
           
protected  ClassLoader classLoader
           
protected  String contextRoot
           
protected  List<EjbRef> ejbRef
           
protected  String errorUrl
           
protected  String httpservletSecurityProvider
           
protected  List<IdempotentUrlPattern> idempotentUrlPattern
           
protected  JspConfig jspConfig
           
protected  LocaleCharsetInfo localeCharsetInfo
           
protected  List<MessageDestination> messageDestination
           
protected  List<MessageDestinationRef> messageDestinationRef
           
protected  ParameterEncoding parameterEncoding
           
protected  List<Property> property
           
protected  List<ResourceEnvRef> resourceEnvRef
           
protected  List<ResourceRef> resourceRef
           
protected  List<SecurityRoleMapping> securityRoleMapping
           
protected  List<ServiceRef> serviceRef
           
protected  List<Servlet> servlet
           
protected  SessionConfig sessionConfig
           
protected  List<WebserviceDescription> webserviceDescription
           
 
Constructor Summary
SunWebApp()
           
 
Method Summary
 Cache getCache()
           
 ClassLoader getClassLoader()
           
 String getContextRoot()
           
 List<EjbRef> getEjbRef()
           
 String getErrorUrl()
           
 String getHttpservletSecurityProvider()
           
 List<IdempotentUrlPattern> getIdempotentUrlPattern()
           
 JspConfig getJspConfig()
           
 LocaleCharsetInfo getLocaleCharsetInfo()
           
 List<MessageDestination> getMessageDestination()
           
 List<MessageDestinationRef> getMessageDestinationRef()
           
 ParameterEncoding getParameterEncoding()
           
 List<Property> getProperty()
           
 List<ResourceEnvRef> getResourceEnvRef()
           
 List<ResourceRef> getResourceRef()
           
 List<SecurityRoleMapping> getSecurityRoleMapping()
           
 List<ServiceRef> getServiceRef()
           
 List<Servlet> getServlet()
           
 SessionConfig getSessionConfig()
           
 List<WebserviceDescription> getWebserviceDescription()
           
 void setCache(Cache value)
           
 void setClassLoader(ClassLoader value)
           
 void setContextRoot(String value)
           
 void setErrorUrl(String value)
           
 void setHttpservletSecurityProvider(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 String errorUrl

httpservletSecurityProvider

protected String httpservletSecurityProvider

contextRoot

protected String contextRoot

securityRoleMapping

protected List<SecurityRoleMapping> securityRoleMapping

servlet

protected List<Servlet> servlet

idempotentUrlPattern

protected List<IdempotentUrlPattern> idempotentUrlPattern

sessionConfig

protected SessionConfig sessionConfig

ejbRef

protected List<EjbRef> ejbRef

resourceRef

protected List<ResourceRef> resourceRef

resourceEnvRef

protected List<ResourceEnvRef> resourceEnvRef

serviceRef

protected List<ServiceRef> serviceRef

messageDestinationRef

protected 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 List<Property> property

messageDestination

protected List<MessageDestination> messageDestination

webserviceDescription

protected List<WebserviceDescription> webserviceDescription
Constructor Detail

SunWebApp

public SunWebApp()
Method Detail

getErrorUrl

public String getErrorUrl()

setErrorUrl

public void setErrorUrl(String value)

getHttpservletSecurityProvider

public String getHttpservletSecurityProvider()

setHttpservletSecurityProvider

public void setHttpservletSecurityProvider(String value)

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String value)

getSecurityRoleMapping

public List<SecurityRoleMapping> getSecurityRoleMapping()

getServlet

public List<Servlet> getServlet()

getIdempotentUrlPattern

public List<IdempotentUrlPattern> getIdempotentUrlPattern()

getSessionConfig

public SessionConfig getSessionConfig()

setSessionConfig

public void setSessionConfig(SessionConfig value)

getEjbRef

public List<EjbRef> getEjbRef()

getResourceRef

public List<ResourceRef> getResourceRef()

getResourceEnvRef

public List<ResourceEnvRef> getResourceEnvRef()

getServiceRef

public List<ServiceRef> getServiceRef()

getMessageDestinationRef

public 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 List<Property> getProperty()

getMessageDestination

public List<MessageDestination> getMessageDestination()

getWebserviceDescription

public List<WebserviceDescription> getWebserviceDescription()


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