org.slim3.struts.util
Class ActionUtil

java.lang.Object
  extended by org.slim3.struts.util.ActionUtil

public final class ActionUtil
extends Object

A utility for an action.

Since:
3.0
Author:
higa

Method Summary
static Object getAction()
          Returns the action from request.
static String getActionPath()
          Returns the action path.
static void setAction(Object action)
          Sets the action to request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAction

public static Object getAction()
Returns the action from request.

Returns:
the action

setAction

public static void setAction(Object action)
Sets the action to request.

Parameters:
action - the action

getActionPath

public static String getActionPath()
Returns the action path.

Returns:
the action path


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.