com.sun.jersey.test.framework.web.jaxb.types
Class WebAppType
java.lang.Object
com.sun.jersey.test.framework.web.jaxb.types.WebAppType
public class WebAppType
- extends Object
Schema representation of the web.xml entries.
- Author:
- Naresh (Srinivas.Bhimisetty@Sun.Com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebAppType
public WebAppType()
getContextParam
public List<ContextParamType> getContextParam()
setContextParam
public void setContextParam(List<ContextParamType> contextParam)
getListeners
public List<ListenerType> getListeners()
setListeners
public void setListeners(List<ListenerType> listeners)
getServletMapping
public ServletMappingType getServletMapping()
setServletMapping
public void setServletMapping(ServletMappingType servletMapping)
getServletType
public ServletType getServletType()
setServletType
public void setServletType(ServletType servletType)
Copyright © 2013 Oracle Corporation. All Rights Reserved.