Class SecurityComponentRequestFilter

java.lang.Object
org.tynamo.security.SecurityComponentRequestFilter
All Implemented Interfaces:
org.apache.tapestry5.services.ComponentRequestFilter

public class SecurityComponentRequestFilter extends Object implements org.apache.tapestry5.services.ComponentRequestFilter
  • Constructor Details

    • SecurityComponentRequestFilter

      public SecurityComponentRequestFilter(LoginContextService loginContextService, org.apache.tapestry5.services.ComponentClassResolver resolver, ClassInterceptorsCache classInterceptorsCache)
  • Method Details

    • 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