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 Object

Schema representation of the web.xml entries.

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

Constructor Summary
WebAppType()
           
 
Method Summary
 List<ContextParamType> getContextParam()
           
 List<ListenerType> getListeners()
           
 ServletMappingType getServletMapping()
           
 ServletType getServletType()
           
 void setContextParam(List<ContextParamType> contextParam)
           
 void setListeners(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 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.