org.apache.beehive.netui.util.config.bean
Class PerPageFlowActionInterceptorConfig

Object
  extended by PerPageFlowActionInterceptorConfig

public class PerPageFlowActionInterceptorConfig
extends Object


Constructor Summary
PerPageFlowActionInterceptorConfig(String pageflowUri, SimpleActionInterceptorConfig[] simpleActionInterceptors, InterceptorConfig[] actionInterceptors, PerActionInterceptorConfig[] perActionInterceptors)
           
 
Method Summary
 InterceptorConfig[] getActionInterceptors()
           
 String getPageFlowUri()
           
 PerActionInterceptorConfig[] getPerActionInterceptors()
           
 SimpleActionInterceptorConfig[] getSimpleActionInterceptors()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerPageFlowActionInterceptorConfig

public PerPageFlowActionInterceptorConfig(String pageflowUri,
                                          SimpleActionInterceptorConfig[] simpleActionInterceptors,
                                          InterceptorConfig[] actionInterceptors,
                                          PerActionInterceptorConfig[] perActionInterceptors)
Method Detail

getPageFlowUri

public String getPageFlowUri()

getSimpleActionInterceptors

public SimpleActionInterceptorConfig[] getSimpleActionInterceptors()

getActionInterceptors

public InterceptorConfig[] getActionInterceptors()

getPerActionInterceptors

public PerActionInterceptorConfig[] getPerActionInterceptors()