public interface ProfileHandlerManager
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.修飾子とタイプ | メソッドと説明 |
---|---|
AbstractErrorHandler |
getErrorHandler()
Gets the error handler for this manager.
|
ProfileHandler |
getProfileHandler(javax.servlet.ServletRequest request)
Gets the profile handler to service this request.
|
ProfileHandler getProfileHandler(javax.servlet.ServletRequest request)
request
- request that will be serviced by the profile handlerAbstractErrorHandler getErrorHandler()
Copyright © 2012. All Rights Reserved.