org.apache.axis2.osgi.core.web
Class WebAppDescriptor
java.lang.Object
org.apache.axis2.osgi.core.web.WebAppDescriptor
public class WebAppDescriptor
- extends java.lang.Object
WebAppDescriptor is a utility class for containing the static information
required by the WebApp class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected java.lang.String context
servlet
protected ServletDescriptor[] servlet
WebAppDescriptor
public WebAppDescriptor()
getContext
public java.lang.String getContext()
setContext
public void setContext(java.lang.String context)
getServlet
public ServletDescriptor[] getServlet()
setServlet
public void setServlet(ServletDescriptor[] servlet)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.