public class

DefaultInterceptorChain

extends Object
implements InterceptorChain
java.lang.Object
   ↳ webwork.interceptor.DefaultInterceptorChain

Class Overview

TODO: Document this class / interface here

Summary

Public Constructors
DefaultInterceptorChain(Action action, Interceptor... interceptors)
DefaultInterceptorChain(Action action, List<Interceptor> iteratorList)
Public Methods
String proceed()
[Expand]
Inherited Methods
From class java.lang.Object
From interface webwork.interceptor.InterceptorChain

Public Constructors

public DefaultInterceptorChain (Action action, Interceptor... interceptors)

public DefaultInterceptorChain (Action action, List<Interceptor> iteratorList)

Public Methods

public String proceed ()

Throws
Exception