com.sun.jersey.test.framework.web.jaxb.types
Class WebAppType

java.lang.Object
  extended by com.sun.jersey.test.framework.web.jaxb.types.WebAppType

public class WebAppType
extends java.lang.Object

Schema representation of the web.xml entries.

Author:
Naresh (Srinivas.Bhimisetty@Sun.Com)

Constructor Summary
WebAppType()
           
 
Method Summary
 java.util.List<ContextParamType> getContextParam()
           
 java.util.List<ListenerType> getListeners()
           
 ServletMappingType getServletMapping()
           
 ServletType getServletType()
           
 void setContextParam(java.util.List<ContextParamType> contextParam)
           
 void setListeners(java.util.List<ListenerType> listeners)
           
 void setServletMapping(ServletMappingType servletMapping)
           
 void setServletType(ServletType servletType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebAppType

public WebAppType()
Method Detail

getContextParam

public java.util.List<ContextParamType> getContextParam()

setContextParam

public void setContextParam(java.util.List<ContextParamType> contextParam)

getListeners

public java.util.List<ListenerType> getListeners()

setListeners

public void setListeners(java.util.List<ListenerType> listeners)

getServletMapping

public ServletMappingType getServletMapping()

setServletMapping

public void setServletMapping(ServletMappingType servletMapping)

getServletType

public ServletType getServletType()

setServletType

public void setServletType(ServletType servletType)


Copyright © 2011 Oracle Corporation. All Rights Reserved.