org.slim3.struts.util
Class S3ActionMappingUtil

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

public final class S3ActionMappingUtil
extends Object

A utility of ActionMapping.

Since:
3.0
Author:
higa

Method Summary
static S3ActionMapping findActionMapping(String path)
          Finds the action mapping
static S3ActionMapping getActionMapping()
          Returns the action mapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getActionMapping

public static S3ActionMapping getActionMapping()
Returns the action mapping

Returns:
the action mapping

findActionMapping

public static S3ActionMapping findActionMapping(String path)
Finds the action mapping

Parameters:
path - the path
Returns:
action mapping


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