org.apache.empire.struts2.interceptors
Class InterceptorSupport

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by org.apache.empire.struts2.interceptors.InterceptorSupport
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable
Direct Known Subclasses:
ActionAccessInterceptor, ActionBasicsInterceptor

public abstract class InterceptorSupport
extends com.opensymphony.xwork2.interceptor.AbstractInterceptor

See Also:
Serialized Form

Field Summary
protected static org.slf4j.Logger log
           
static String NONE
           
 
Constructor Summary
InterceptorSupport()
           
 
Method Summary
protected  String redirect(String target, boolean appendSourceUri)
           
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init, intercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log

NONE

public static final String NONE
See Also:
Constant Field Values
Constructor Detail

InterceptorSupport

public InterceptorSupport()
Method Detail

redirect

protected String redirect(String target,
                          boolean appendSourceUri)
                   throws IOException
Throws:
IOException


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.