|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
EntityViewAccessProvider instead
public interface HttpServletAccessProvider
Represents a bean which is capable of handling direct HTTP access for an entity.
This interface would be typically implemented from a tool (webapp) context, and registered with theHttpServletAccessProviderManager in a context loader listener.
If the implementation throws a SecurityException during the course of this method, the
access will be directed to a login page or authentication method before being redirected to the
tool.
| Method Summary | |
|---|---|
void |
handleAccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EntityReference ref)
Deprecated. Use EntityViewAccessProvider instead |
| Method Detail |
|---|
void handleAccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EntityReference ref)
EntityViewAccessProvider instead
ref - an entity referencereq - the servlet request (available in case you need to get anything out of it)res - the servlet response, put the correct data response into the outputstream
FormatUnsupportedException - if the format requested in the view is not supported
EntityException - if there is a request processing/handling failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||