Uses of Class
org.opennms.web.api.Util.IgnoreType

Packages that use Util.IgnoreType
org.opennms.web General support utilities for the web UI. 
org.opennms.web.api   
 

Uses of Util.IgnoreType in org.opennms.web
 

Methods in org.opennms.web with parameters of type Util.IgnoreType
static String Util.makeHiddenTags(javax.servlet.http.HttpServletRequest request, Map additions, String[] ignores, Util.IgnoreType ignoreType)
          Creates hidden tags for all the parameters given in the request plus the additions, except for the parmeters listed in the ignore list.
static String Util.makeQueryString(javax.servlet.http.HttpServletRequest request, Map additions, String[] ignores, Util.IgnoreType ignoreType)
          Creates a query string of the format "key1=value1&key2=value2" for each parameter in the given HttpServletRequest and key in given Map that is not listed in the ignore list.
 

Uses of Util.IgnoreType in org.opennms.web.api
 

Fields in org.opennms.web.api declared as Util.IgnoreType
static Util.IgnoreType Util.IgnoreType.ADDITIONS_ONLY
           
static Util.IgnoreType Util.IgnoreType.BOTH
           
static Util.IgnoreType Util.IgnoreType.REQUEST_ONLY
           
 

Methods in org.opennms.web.api with parameters of type Util.IgnoreType
static String Util.makeHiddenTags(javax.servlet.http.HttpServletRequest request, Map additions, String[] ignores, Util.IgnoreType ignoreType)
          Creates hidden tags for all the parameters given in the request plus the additions, except for the parmeters listed in the ignore list.
static String Util.makeQueryString(javax.servlet.http.HttpServletRequest request, Map additions, String[] ignores, Util.IgnoreType ignoreType)
          Creates a query string of the format "key1=value1&key2=value2" for each parameter in the given HttpServletRequest and key in given Map that is not listed in the ignore list.
 



Copyright © 2011. All Rights Reserved.