Package | Description |
---|---|
lucee.runtime.functions.closure | |
lucee.runtime.net.http | |
lucee.runtime.net.rpc | |
lucee.runtime.thread |
Modifier and Type | Method and Description |
---|---|
static void |
Filter.afterCall(PageContext pc,
Collection coll,
List<Future<Data<Pair<Object,Object>>>> futures,
ExecutorService es) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Pair<Collection.Key,Object> |
PojoIterator.next() |
Modifier and Type | Method and Description |
---|---|
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 © 2015 Lucee