|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.core.AbstractAgentRequestFilter
public abstract class AbstractAgentRequestFilter
Provides base implementation for AgentRequestFilter interface
| Constructor Summary | |
|---|---|
AbstractAgentRequestFilter()
|
|
| Method Summary | |
|---|---|
void |
postEmulateAction(ClientAgent agent,
ActionData data)
Called after the action emulation is complete. |
void |
postProcessRequest(ClientAgent agent,
HttpResponseData responseData)
Called when a request is processed and about to be returned to the router servlet. |
java.lang.String |
postRenderWindows(ClientAgent agent,
java.util.List windows,
java.lang.String htmlCode)
Called after the given window is rendered as HTML page |
boolean |
preEmulateAction(ClientAgent agent,
ActionData data)
Called after the controls have been updated with the data but before the action is emulated. |
HttpResponseData |
preProcessRequest(ClientAgent agent)
Called when a request is received and the agent is initialized. |
void |
preRenderWindows(ClientAgent agent,
java.util.List windows)
Called before the given window is rendered as HTML page |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAgentRequestFilter()
| Method Detail |
|---|
public HttpResponseData preProcessRequest(ClientAgent agent)
AgentRequestFilter
preProcessRequest in interface AgentRequestFilteragent - client agent
public boolean preEmulateAction(ClientAgent agent,
ActionData data)
AgentRequestFilter
preEmulateAction in interface AgentRequestFilteragent - client agentdata - contains the information about the action to be emulated
public void postEmulateAction(ClientAgent agent,
ActionData data)
AgentRequestFilter
postEmulateAction in interface AgentRequestFilteragent - client agentdata - contains the information about the action to be emulated
public void preRenderWindows(ClientAgent agent,
java.util.List windows)
AgentRequestFilter
preRenderWindows in interface AgentRequestFilteragent - client agentwindows - Window to be rendered
public java.lang.String postRenderWindows(ClientAgent agent,
java.util.List windows,
java.lang.String htmlCode)
AgentRequestFilter
postRenderWindows in interface AgentRequestFilteragent - client agentwindows - Window that was renderedhtmlCode - The HTML code for the page produced by AjaxSwing engine. Modifications
to the HTMLPage object associated with the client agent will not be reflected in the
generated HTML code
public void postProcessRequest(ClientAgent agent,
HttpResponseData responseData)
AgentRequestFilter
postProcessRequest in interface AgentRequestFilteragent - client agentresponseData - containing the generated page
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||