Uses of Class
org.ops4j.pax.web.extender.war.internal.model.WebAppInitParam

Packages that use WebAppInitParam
org.ops4j.pax.web.extender.war.internal.model   
 

Uses of WebAppInitParam in org.ops4j.pax.web.extender.war.internal.model
 

Methods in org.ops4j.pax.web.extender.war.internal.model that return WebAppInitParam
 WebAppInitParam[] WebApp.getContextParams()
          Return all context params.
 WebAppInitParam[] WebAppServlet.getInitParams()
          Returns the init params associated with this filter.
 WebAppInitParam[] WebAppFilter.getInitParams()
          Returns the init params associated with this filter.
 

Methods in org.ops4j.pax.web.extender.war.internal.model with parameters of type WebAppInitParam
 void WebApp.addContextParam(WebAppInitParam contextParam)
          Add a context param.
 void WebAppServlet.addInitParam(WebAppInitParam param)
          Add a init param for filter.
 void WebAppFilter.addInitParam(WebAppInitParam param)
          Add a init param for filter.
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.