org.tynamo.security.services.impl
Class SecurityFilterChain

java.lang.Object
  extended by org.tynamo.security.services.impl.SecurityFilterChain

public class SecurityFilterChain
extends Object


Nested Class Summary
static class SecurityFilterChain.Builder
           
 
Constructor Summary
SecurityFilterChain(String path, org.apache.tapestry5.services.HttpServletRequestHandler handler)
           
 
Method Summary
 org.apache.tapestry5.services.HttpServletRequestHandler getHandler()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityFilterChain

public SecurityFilterChain(String path,
                           org.apache.tapestry5.services.HttpServletRequestHandler handler)
Method Detail

getHandler

public org.apache.tapestry5.services.HttpServletRequestHandler getHandler()

getPath

public String getPath()


Copyright © 2004-2011. All Rights Reserved.