|
|||||||||||
| 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.admin.AdminRequestProcessor
The request processor for the administration site(s).
| Constructor Summary | |
AdminRequestProcessor(Application app)
Creates a new administration request processor. |
|
| Method Summary | |
void |
destroy()
Destroys this request processor. |
void |
process(Request request)
Processes a request. |
void |
processAuthorized(Request request,
java.lang.String path)
Processes an authorized request. |
void |
processUnauthorized(Request request,
java.lang.String path)
Processes an unauthorized 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 AdminRequestProcessor(Application app)
app - the application context| Method Detail |
public void destroy()
destroy in class RequestProcessorpublic void process(Request request)
process in class RequestProcessorrequest - the request object
public void processAuthorized(Request request,
java.lang.String path)
throws RequestException
request - the request objectpath - the request path
RequestException - if the request couldn't be processed
correctly
public void processUnauthorized(Request request,
java.lang.String path)
request - the request objectpath - the request path
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||