fr.ifremer.wao.ui.services
Class RequiresAuthenticationFilter
java.lang.Object
fr.ifremer.wao.ui.services.RequiresAuthenticationFilter
- All Implemented Interfaces:
- org.apache.tapestry5.services.ComponentRequestFilter
public class RequiresAuthenticationFilter
- extends Object
- implements org.apache.tapestry5.services.ComponentRequestFilter
RequiresLoginFilter
Created: 3 mai 2010
- Author:
- fdesbois
$Id: RequiresAuthenticationFilter.java 476 2010-05-03 19:57:42Z fdesbois $
|
Constructor Summary |
RequiresAuthenticationFilter(org.apache.tapestry5.services.PageRenderLinkSource renderLinkSource,
org.apache.tapestry5.services.ComponentSource componentSource,
org.apache.tapestry5.services.Response response,
ServiceAuthentication serviceAuthentication)
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiresAuthenticationFilter
public RequiresAuthenticationFilter(org.apache.tapestry5.services.PageRenderLinkSource renderLinkSource,
org.apache.tapestry5.services.ComponentSource componentSource,
org.apache.tapestry5.services.Response response,
ServiceAuthentication serviceAuthentication)
handleComponentEvent
public void handleComponentEvent(org.apache.tapestry5.services.ComponentEventRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler)
throws IOException
- Specified by:
handleComponentEvent in interface org.apache.tapestry5.services.ComponentRequestFilter
- Throws:
IOException
handlePageRender
public void handlePageRender(org.apache.tapestry5.services.PageRenderRequestParameters parameters,
org.apache.tapestry5.services.ComponentRequestHandler handler)
throws IOException
- Specified by:
handlePageRender in interface org.apache.tapestry5.services.ComponentRequestFilter
- Throws:
IOException
Copyright © 2009-2010 Ifremer. All Rights Reserved.