org.apache.struts2.spi
Interface RequestContextAware


public interface RequestContextAware

Implemented by actions that need access to the current RequestContext. Use judiciously.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 void setRequestContext(RequestContext requestContext)
          Sets RequestContext.
 

Method Detail

setRequestContext

void setRequestContext(RequestContext requestContext)
Sets RequestContext.

Parameters:
requestContext -


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