|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.liquidsite.app.servlet.RequestProcessor
org.liquidsite.app.install.InstallRequestProcessor
The installation request processor. This processor differs from the other processors in that it uses instance variables to keep session information. This makes this processor impossible to use in a multi-user scenario, but the installation process is supposed to be run by a single user.
| Constructor Summary | |
InstallRequestProcessor(Application app)
Creates a new install request processor. |
|
| Method Summary | |
void |
destroy()
Destroys this request processor. |
void |
process(Request request)
Processes a request. |
| Methods inherited from class org.liquidsite.app.servlet.RequestProcessor |
getContentManager, getFile, processLiquidSite, processNormal, sendContent, sendTemplate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InstallRequestProcessor(Application app)
app - the application context| Method Detail |
public void destroy()
destroy in class RequestProcessor
public void process(Request request)
throws RequestException
process in class RequestProcessorrequest - the request object to process
RequestException - if the request couldn't be processed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||