org.apache.beehive.netui.pageflow.internal
Class CachedPageFlowInfo

Object
  extended by CachedPageFlowInfo

public class CachedPageFlowInfo
extends Object

Information that is cached per pageflow class.


Constructor Summary
CachedPageFlowInfo(Class pageFlowClass)
           
 
Method Summary
 String getModulePath()
           
 Field getSharedFlowMemberField()
           
 String getURI()
           
 void setModulePath(String modulePath)
           
 void setSharedFlowMemberField(Field sharedFlowMemberField)
           
 void setURI(String URI)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedPageFlowInfo

public CachedPageFlowInfo(Class pageFlowClass)
Method Detail

getModulePath

public String getModulePath()

setModulePath

public void setModulePath(String modulePath)

getURI

public String getURI()

setURI

public void setURI(String URI)

getSharedFlowMemberField

public Field getSharedFlowMemberField()

setSharedFlowMemberField

public void setSharedFlowMemberField(Field sharedFlowMemberField)