public class WebAppType extends Object
Constructor and Description |
---|
WebAppType() |
Modifier and Type | Method and Description |
---|---|
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) |
public List<ContextParamType> getContextParam()
public void setContextParam(List<ContextParamType> contextParam)
public List<ListenerType> getListeners()
public void setListeners(List<ListenerType> listeners)
public ServletMappingType getServletMapping()
public void setServletMapping(ServletMappingType servletMapping)
public ServletType getServletType()
public void setServletType(ServletType servletType)
Copyright © 2013 Oracle Corporation. All rights reserved.