Uses of Class
org.springframework.roo.support.util.WebXmlUtils.WebXmlParam

Packages that use WebXmlUtils.WebXmlParam
org.springframework.roo.support.util   
 

Uses of WebXmlUtils.WebXmlParam in org.springframework.roo.support.util
 

Methods in org.springframework.roo.support.util with parameters of type WebXmlUtils.WebXmlParam
static void WebXmlUtils.addContextParam(WebXmlUtils.WebXmlParam contextParam, Document webXml, String comment)
          Add a context param to the web.xml document
static void WebXmlUtils.addFilter(String filterName, String filterClass, String urlPattern, Document webXml, String comment, WebXmlUtils.WebXmlParam... initParams)
          Add a new filter definition to web.xml document.
static void WebXmlUtils.addFilterAtPosition(WebXmlUtils.FilterPosition filterPosition, String afterFilterName, String beforeFilterName, String filterName, String filterClass, String urlPattern, Document webXml, String comment, WebXmlUtils.WebXmlParam... initParams)
          Add a new filter definition to web.xml document.
static void WebXmlUtils.addServlet(String servletName, String className, String urlPattern, Integer loadOnStartup, Document webXml, String comment, WebXmlUtils.WebXmlParam... initParams)
          Add servlet element to the web.xml document
 



Copyright © 2009-2010 VMware, Inc. All Rights Reserved.