public class

ChainedInterceptorFactory

extends Object
implements InterceptorFactory
java.lang.Object
   ↳ webwork.interceptor.ChainedInterceptorFactory

Class Overview

TODO: Document this class / interface here

Summary

Public Constructors
ChainedInterceptorFactory()
Public Methods
Interceptor createInterceptorFor(Action action)
static ChainedInterceptorFactory getInstance()
synchronized void register(String key, int weight, InterceptorFactory factory)
synchronized boolean unregister(String key, InterceptorFactory factory)
[Expand]
Inherited Methods
From class java.lang.Object
From interface webwork.interceptor.InterceptorFactory

Public Constructors

public ChainedInterceptorFactory ()

Public Methods

public Interceptor createInterceptorFor (Action action)

public static ChainedInterceptorFactory getInstance ()

public synchronized void register (String key, int weight, InterceptorFactory factory)

public synchronized boolean unregister (String key, InterceptorFactory factory)