org.xworker.cache
类 ActionEntry

java.lang.Object
  继承者 org.xworker.cache.ActionEntry

public class ActionEntry
extends java.lang.Object


字段摘要
protected  long loastModified
           
protected  java.lang.String path
           
protected  java.lang.ref.WeakReference<Action> thingReference
           
 
构造方法摘要
ActionEntry(java.lang.String path, Action action)
           
 
方法摘要
 Action getAction()
           
 java.lang.String getPath()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

path

protected java.lang.String path

thingReference

protected java.lang.ref.WeakReference<Action> thingReference

loastModified

protected long loastModified
构造方法详细信息

ActionEntry

public ActionEntry(java.lang.String path,
                   Action action)
方法详细信息

getPath

public java.lang.String getPath()

getAction

public Action getAction()