org.apache.openejb.jee.sun
Class SunWebApp
java.lang.Object
org.apache.openejb.jee.sun.SunWebApp
public class SunWebApp
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SunWebApp
public SunWebApp()
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.