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

Object
  extended by CachedSharedFlowRefInfo
      extended by CachedPageFlowInfo

public class CachedPageFlowInfo
extends CachedSharedFlowRefInfo

Information that is cached per pageflow class.


Nested Class Summary
 
Nested classes/interfaces inherited from class CachedSharedFlowRefInfo
CachedSharedFlowRefInfo.SharedFlowFieldInfo
 
Constructor Summary
CachedPageFlowInfo(Class pageFlowClass)
           
 
Method Summary
 String getModulePath()
           
 String getURI()
           
 void setModulePath(String modulePath)
           
 void setURI(String URI)
           
 
Methods inherited from class CachedSharedFlowRefInfo
getSharedFlowMemberFields, initSharedFlowFields
 
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)