org.directwebremoting.extend
Interface RealWebContext
- All Superinterfaces:
- ServerContext, WebContext
- All Known Implementing Classes:
- DefaultWebContext
public interface RealWebContext
- extends WebContext
An interface that extends WebContext with some functions that should not
be used by end users, but could be useful to system extenders.
- Author:
- Joe Walker [joe at getahead dot ltd dot uk]
|
Method Summary |
void |
initialize(java.lang.String sentPage,
RealScriptSession scriptSession)
Fill in the page details from the servlet request. |
initialize
void initialize(java.lang.String sentPage,
RealScriptSession scriptSession)
- Fill in the page details from the servlet request.
This method should be used by anything that parses a batch, and then
allows either uses a WebContext or allows other things to use a
WebContext.
- Parameters:
sentPage - The URL of the current pagescriptSession - The active ScriptSession