com.bastengao.struts2.freeroute
类 ActionInfo

java.lang.Object
  继承者 com.bastengao.struts2.freeroute.ActionInfo

 class ActionInfo
extends Object

表示 action 信息

从以下版本开始:
1.0
作者:
bastengao

字段摘要
private  String actionName
           
private  String namespace
           
 
构造方法摘要
ActionInfo(String namespace, String actionName)
           
 
方法摘要
 String getActionName()
           
 String getNamespace()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

namespace

private String namespace

actionName

private String actionName
构造方法详细信息

ActionInfo

ActionInfo(String namespace,
           String actionName)
方法详细信息

getNamespace

public String getNamespace()

getActionName

public String getActionName()


Copyright © 2013 bastengao. All Rights Reserved.