Interface IActionContext

All Superinterfaces:
IPortalContext, Serializable
All Known Implementing Classes:
ActionHandlerContext

public interface IActionContext extends IPortalContext
Interface for the context of an action handler. This context will share the context of the last page that was rendered in the session.
Since:
5.0
Author:
O. Kerpershoek, F. van der Meer
  • Method Details

    • getActionName

      String getActionName()
      This method returns the name of the action that is being executed.
      Returns:
      the name of the action that is being executed.