|
|||||||||||
| 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.servlet.DefaultRequestProcessor
The default request processor for normal requests.
| Constructor Summary | |
DefaultRequestProcessor(Application app)
Creates a new default 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 DefaultRequestProcessor(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 | ||||||||||