Docs
Atlassian Marketplace
Answers
News
About
Log In
SDK
JIRA
Confluence
Crowd
Bamboo
Gadgets
AUI
API Reference
Other Topics
WebWork
Package Index
|
Class Index
webwork.action
webwork.action.client
webwork.action.factory
webwork.action.standard
webwork.config
webwork.config.util
webwork.dispatcher
webwork.examples
webwork.examples.bank
webwork.examples.events
webwork.examples.helloworld
webwork.examples.helloworld.applet
webwork.examples.i18n
webwork.examples.jasperreports
webwork.examples.jdom
webwork.examples.tutorial
webwork.examples.userreg
webwork.examples.vxml
webwork.expr
webwork.interceptor
webwork.multipart
webwork.util
webwork.util.classloader
webwork.util.editor
webwork.util.injection
webwork.view.jasperreports
webwork.view.taglib
webwork.view.taglib.iterator
webwork.view.taglib.ui
webwork.view.taglib.ui.table
webwork.view.taglib.ui.table.renderer
webwork.view.taglib.vui
webwork.view.velocity
webwork.view.xslt
webwork.view.xslt.SAXAdapter
webwork.view.xslt.SAXAdapter.dom
Interfaces
Interceptor
InterceptorChain
InterceptorFactory
Classes
ChainedInterceptor
ChainedInterceptorFactory
DefaultInterceptorChain
NestedInterceptorChain
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
webwork.interceptor.InterceptorFactory
Interceptor
createInterceptorFor
(
Action
action)
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)