org.apache.beehive.netui.compiler
Class FlowControllerInfo
Object
SourceFileInfo
FlowControllerInfo
public class FlowControllerInfo
- extends SourceFileInfo
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowControllerInfo
public FlowControllerInfo(File sourceFile,
String controllerClassName)
getActions
public FlowControllerInfo.ActionInfo[] getActions()
isNested
public boolean isNested()
getReturnActions
public FlowControllerInfo.ActionInfo[] getReturnActions()
getFormBeanType
public String getFormBeanType(String actionName)
addAction
public void addAction(String actionName,
String formBeanType)
setNested
public void setNested(boolean nested)
addReturnAction
public void addReturnAction(String returnActionName,
String formBeanType)
getReferencedFiles
public List<File> getReferencedFiles()
- Get a list of referenced files (files that appear in Jpf.Forward paths).
addReferencedFile
public void addReferencedFile(File file)
getSharedFlowFile
public File getSharedFlowFile()
getSharedFlowTypeHierarchy
public List<TypeDeclaration> getSharedFlowTypeHierarchy()
getSharedFlowTypeNameHierarchy
public List<String> getSharedFlowTypeNameHierarchy()
getWebappRoot
public File getWebappRoot()
getMessageResourcesByKey
public Map<String,String> getMessageResourcesByKey()
addMessageResource
public void addMessageResource(String key,
String name)
getControllerClassName
public String getControllerClassName()