public class JcsegController extends Controller
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_ACCESS_DENY |
static int |
STATUS_DUPLICATE |
static int |
STATUS_EMPTY_SETS |
static int |
STATUS_FAILED |
static int |
STATUS_INTERNEL_ERROR |
static int |
STATUS_INVALID_ARGS |
static int |
STATUS_NO_SESSION |
static int |
STATUS_OK |
baseRequest, config, globalResource, output, request, response, uri| Constructor and Description |
|---|
JcsegController(ServerConfig setting,
GlobalResource resourcePool,
UriEntry uriEntry,
org.eclipse.jetty.server.Request baseRequest,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
response(int code,
List<Object> data)
global list output protocol
|
protected void |
response(int code,
Map<String,Object> data)
global map output protocol
|
protected void |
response(int code,
Object[] data)
global Vector output protocol
|
protected void |
response(int code,
String data)
global output protocol
|
getBoolean, getBoolean, getDouble, getDouble, getEncodeString, getFloat, getFloat, getInt, getInt, getLong, getLong, getString, redirect, runpublic static final int STATUS_INTERNEL_ERROR
public static final int STATUS_OK
public static final int STATUS_INVALID_ARGS
public static final int STATUS_NO_SESSION
public static final int STATUS_EMPTY_SETS
public static final int STATUS_FAILED
public static final int STATUS_DUPLICATE
public static final int STATUS_ACCESS_DENY
public JcsegController(ServerConfig setting, GlobalResource resourcePool, UriEntry uriEntry, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionprotected void response(int code,
String data)
code - data - protected void response(int code,
List<Object> data)
code - data - protected void response(int code,
Object[] data)
code - data - Copyright © 2016. All Rights Reserved.