public class RequiresAuthenticationFilter extends Object implements org.apache.tapestry5.services.ComponentRequestFilter
| Constructor and Description |
|---|
RequiresAuthenticationFilter(org.apache.tapestry5.services.PageRenderLinkSource renderLinkSource,
org.apache.tapestry5.services.ComponentSource componentSource,
org.apache.tapestry5.services.Response response,
ServiceAuthentication serviceAuthentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleComponentEvent(org.apache.tapestry5.services.ComponentEventRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler) |
void |
handlePageRender(org.apache.tapestry5.services.PageRenderRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler) |
protected Object[] |
prepareContext(String pageName,
org.apache.tapestry5.EventContext activationContext)
Prepare the context for redirect page.
|
public RequiresAuthenticationFilter(org.apache.tapestry5.services.PageRenderLinkSource renderLinkSource,
org.apache.tapestry5.services.ComponentSource componentSource,
org.apache.tapestry5.services.Response response,
ServiceAuthentication serviceAuthentication)
public void handleComponentEvent(org.apache.tapestry5.services.ComponentEventRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler)
throws IOException
handleComponentEvent in interface org.apache.tapestry5.services.ComponentRequestFilterIOExceptionpublic void handlePageRender(org.apache.tapestry5.services.PageRenderRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler)
throws IOException
handlePageRender in interface org.apache.tapestry5.services.ComponentRequestFilterIOExceptionCopyright © 2009-2012 Ifremer. All Rights Reserved.