|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfileHandlerManager
This manager is responsible for determining the correct ProfileHandler
for a given request. The
manner in which this is done is completely implementation specific but implementers should make the selection process
as quick and simple as absolutely possible as this process will be run on every request.
Method Summary | |
---|---|
AbstractErrorHandler |
getErrorHandler()
Gets the error handler for this manager. |
ProfileHandler |
getProfileHandler(javax.servlet.ServletRequest request)
Gets the profile handler to service this request. |
Method Detail |
---|
ProfileHandler getProfileHandler(javax.servlet.ServletRequest request)
request
- request that will be serviced by the profile handler
AbstractErrorHandler getErrorHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |