org.apache.struts2.spi
Interface Interceptor


public interface Interceptor

Intercepts an action request.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 java.lang.String intercept(RequestContext requestContext)
          Intercepts an action request.
 

Method Detail

intercept

java.lang.String intercept(RequestContext requestContext)
                           throws java.lang.Exception
Intercepts an action request.

Parameters:
requestContext - current request context
Throws:
java.lang.Exception


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.