Uses of Class
railo.commons.lang.Pair

Packages that use Pair
railo.runtime.net.http   
railo.runtime.thread   
 

Uses of Pair in railo.runtime.net.http
 

Methods in railo.runtime.net.http that return Pair
static Pair<String,Object>[] ReqRspUtil.add(Pair<String,Object>[] items, String name, Object value)
           
static Pair[] HttpUtil.cloneHeaders(javax.servlet.http.HttpServletRequest req)
          read all headers from request and return it
static Pair<String,String>[] HttpUtil.cloneParameters(javax.servlet.http.HttpServletRequest req)
           
static Pair<String,Object>[] HttpUtil.getAttributes(javax.servlet.http.HttpServletRequest req)
           
 Pair<String,Object>[] HttpServletResponseDummy.getHeaders()
           
 Pair[] HttpServletResponseWrap.getHeaders()
           
static Pair<String,Object>[] ReqRspUtil.set(Pair<String,Object>[] items, String name, Object value)
           
 

Methods in railo.runtime.net.http with parameters of type Pair
static Pair<String,Object>[] ReqRspUtil.add(Pair<String,Object>[] items, String name, Object value)
           
static String ReqRspUtil.get(Pair<String,Object>[] items, String name)
           
static Pair<String,Object>[] ReqRspUtil.set(Pair<String,Object>[] items, String name, Object value)
           
 

Constructors in railo.runtime.net.http with parameters of type Pair
HttpServletRequestDummy(Resource contextRoot, String serverName, String scriptName, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes, javax.servlet.http.HttpSession session)
          constructor of the class
HttpServletRequestDummy(Resource contextRoot, String serverName, String scriptName, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes, javax.servlet.http.HttpSession session)
          constructor of the class
 

Uses of Pair in railo.runtime.thread
 

Methods in railo.runtime.thread with parameters of type Pair
static PageContextImpl ThreadUtil.createPageContext(ConfigWeb config, OutputStream os, String serverName, String requestURI, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes)
           
static PageContextImpl ThreadUtil.createPageContext(ConfigWeb config, OutputStream os, String serverName, String requestURI, String queryString, javax.servlet.http.Cookie[] cookies, Pair[] headers, Pair[] parameters, Struct attributes)
           
 



Copyright © 2012 Railo