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