public class AbstractAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationContext |
configContext |
protected static java.lang.String |
DEFAULT_INDEX_JSP |
protected java.util.Map |
operationCache |
| Constructor and Description |
|---|
AbstractAgent(ConfigurationContext aConfigContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected void |
populateSessionInformation(javax.servlet.http.HttpServletRequest req) |
protected void |
processIndex(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Callback method for index page.
|
protected void |
processUnknown(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
Callback method for unknown/unsupported requests.
|
protected void |
renderView(java.lang.String jspName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected static final java.lang.String DEFAULT_INDEX_JSP
protected transient java.util.Map operationCache
protected transient ConfigurationContext configContext
public AbstractAgent(ConfigurationContext aConfigContext)
public void handle(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionprotected void processIndex(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
DEFAULT_INDEX_JSP by default.httpServletRequest - The incoming request.httpServletResponse - The outgoing response.java.io.IOExceptionjavax.servlet.ServletExceptionprotected void processUnknown(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
httpServletRequest - The incoming request.httpServletResponse - The outgoing response.java.io.IOExceptionjavax.servlet.ServletExceptionprotected void renderView(java.lang.String jspName,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionprotected void populateSessionInformation(javax.servlet.http.HttpServletRequest req)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.