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