Java Doc for ElementInfo.java in  » Web-Framework » rife-1.6.1 » com » uwyn » rife » engine » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Framework » rife 1.6.1 » com.uwyn.rife.engine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.uwyn.rife.engine.ElementInfo

ElementInfo
public class ElementInfo implements Cloneable(Code)


Field Summary
final public static  booleanDEFAULT_BOOLEAN
    
final public static  doubleDEFAULT_DOUBLE
    
final public static  floatDEFAULT_FLOAT
    
final public static  intDEFAULT_INTEGER
    
final public static  longDEFAULT_LONG
    

Constructor Summary
 ElementInfo()
    
 ElementInfo(String declarationName, String contentType, String implementation, ElementType type)
    

Method Summary
 voidaddChildTrigger(String name)
    
 voidaddDataLink(DataLink dataLink)
    
 voidaddExit(String name)
    
 voidaddIncookie(String name, String defaultValue)
    
 voidaddInput(String name, String defaultValues)
    
 voidaddNamedInbean(String name, BeanDeclaration bean)
    
 voidaddNamedOutbean(String name, BeanDeclaration bean)
    
 voidaddOutcookie(String name, String defaultValue)
    
 voidaddOutput(String name, String[] defaultValues)
    
 voidaddStaticProperty(String name, Object value)
    
 voidaddStaticProperty(String name, PropertyValue value)
    
 voidaddSubmission(String name, Submission submission)
    
public synchronized  ElementInfoclone()
    
public  booleancontainsChildTrigger(String name)
    
 booleancontainsDepartureVar(String name)
    
public  booleancontainsExit(String name)
    
public  booleancontainsGlobalCookie(String name)
    
public  booleancontainsGlobalExit(String name)
    
public  booleancontainsGlobalVar(String name)
    
public  booleancontainsIncookie(String name)
    
public  booleancontainsIncookiePossibility(String name)
    
public  booleancontainsInput(String name)
    
public  booleancontainsInputPossibility(String name)
    
public  booleancontainsNamedGlobalBean(String name)
    
public  booleancontainsNamedInbean(String name)
    
public  booleancontainsNamedOutbean(String name)
    
public  booleancontainsOutcookie(String name)
    
public  booleancontainsOutcookiePossibility(String name)
    
public  booleancontainsOutput(String name)
    
public  booleancontainsOutputPossibility(String name)
    
public  booleancontainsProperty(String name)
    
public  booleancontainsSubmission(String name)
    
 voiddeploy()
    
 voidextendFrom(ElementInfo extendedElement)
    
public  StringgetAbsoluteUrl(Element currentElement)
    
public  Collection<String>getChildTriggerNames()
    
public  StringgetContentType()
    
 Collection<String>getDataLinkInputs(String outputName, ElementInfo target, boolean snapback, FlowLink flowLink)
    
public  StringgetDeclarationName()
    
public  LinkedHashMap<String, String>getDefaultGlobalCookies()
    
public  LinkedHashMap<String, String>getDefaultIncookies()
    
public  LinkedHashMap<String, String>getDefaultOutcookies()
    
 ArrayList<String>getDepartureVars()
    
public  ElementDeployergetDeployer()
    
 ElementSupportgetElement()
    
public  Set<Map.Entry<String, FlowLink>>getExitEntries()
    
public  Collection<String>getExitNames()
    
public  FlowLinkgetFlowLink(String name)
    
public  StringgetGlobalCookieDefaultValue(String name)
    
public  Set<Map.Entry<String, String>>getGlobalCookieEntries()
    
public  StringgetGlobalCookieInfo(String name)
    
public  Collection<String>getGlobalCookieNames()
    
public  Set<Map.Entry<String, GlobalExit>>getGlobalExitEntries()
    
public  GlobalExitgetGlobalExitInfo(String name)
    
public  Collection<String>getGlobalExitNames()
    
public  String[]getGlobalVarDefaultValues(String name)
    
public  Set<Map.Entry<String, GlobalVar>>getGlobalVarEntries()
    
public  GlobalVargetGlobalVarInfo(String name)
    
public  Collection<String>getGlobalVarNames()
    
public  intgetGroupId()
    
public  StringgetId()
    
public  StringgetImplementation()
    
public  ElementgetImplementationBlueprint()
    
public  StringgetIncookieDefaultValue(String name)
    
public  Collection<String>getIncookieNames()
    
public  Stack<ElementInfo>getInheritanceStack()
    
public  Collection<String>getInjectablePropertyNames()
    
public  String[]getInputDefaultValues(String name)
    
public  Collection<String>getInputNames()
    
public  BeanDeclarationgetNamedGlobalBeanInfo(String name)
    
public  Collection<String>getNamedGlobalBeanNames()
    
public  BeanDeclarationgetNamedInbeanInfo(String name)
    
public  Collection<String>getNamedInbeanNames()
    
public  BeanDeclarationgetNamedOutbeanInfo(String name)
    
public  Collection<String>getNamedOutbeanNames()
    
public  StringgetOutcookieDefaultValue(String name)
    
public  Set<Map.Entry<String, String>>getOutcookieEntries()
    
public  Collection<String>getOutcookieNames()
    
public  String[]getOutputDefaultValues(String name)
    
public  Set<Map.Entry<String, String[]>>getOutputEntries()
    
public  Collection<String>getOutputNames()
    
public  String[]getParameterDefaultValues(String submissionName, String parameterName)
    
public  List<PathInfoMapping>getPathInfoMappings()
    
public  PathInfoModegetPathInfoMode()
    
public  Stack<ElementInfo>getPrecedenceStack()
    
public  StringgetProcessorIdentifier()
    
public  HierarchicalPropertiesgetProperties()
    
public  ObjectgetProperty(String name)
    
public  ObjectgetProperty(String name, Object defaultValue)
    
public  Collection<String>getPropertyNames()
    
public  StringgetPropertyString(String name)
    
public  StringgetPropertyString(String name, String defaultValue)
    
public  TgetPropertyTyped(String name, Class<T> type)
    
public  TgetPropertyTyped(String name, Class<T> type, T defaultValue)
    
public  StringgetReferenceId()
    
public  SitegetSite()
    
 StateStoregetStateStore()
    
 HierarchicalPropertiesgetStaticProperties()
    
public  SubmissiongetSubmission(String name)
    
public  Collection<String>getSubmissionNames()
    
public  Collection<Submission>getSubmissions()
    
public  ElementTypegetType()
    
public  StringgetUrl()
    
public  booleanhasDataLink(ElementInfo target)
    
 booleanhasDepartureVars()
    
public  booleanhasFlowLink(ElementInfo target)
    
public  booleanhasGlobalCookieDefaultValue(String name)
    
public  booleanhasGlobalCookieDefaults()
    
public  booleanhasGlobalCookies()
    
public  booleanhasGlobalExits()
    
public  booleanhasGlobalVarDefaultValues(String name)
    
public  booleanhasGlobalVarDefaults()
    
public  booleanhasGlobalVars()
    
public  booleanhasGlobalcookies()
    
public  booleanhasIncookieDefaultValue(String name)
    
public  booleanhasIncookieDefaults()
    
public  booleanhasIncookies()
    
public  booleanhasInputDefaultValues(String name)
    
public  booleanhasInputDefaults()
    
public  booleanhasInputs()
    
public  booleanhasNamedGlobalBeans()
    
public  booleanhasNamedInbeans()
    
public  booleanhasOutcookieDefaultValue(String name)
    
public  booleanhasOutcookieDefaults()
    
public  booleanhasOutcookies()
    
public  booleanhasOutputDefaultValues(String name)
    
public  booleanhasOutputDefaults()
    
public  booleanhasParameterDefaultValues(String submissionName, String parameterName)
    
public  booleanhasParameterDefaults(String name)
    
public  booleanhasPathInfoMappings()
    
public  booleanhasProperties()
    
public  booleanhasSnapbackDataLinks()
    
public  booleanhasSnapbackFlowLinks()
    
public  booleanhasSubmission(String name)
    
public  booleanisPathInfoUsed()
    
public  booleanisPropertyEmpty(String name)
    
 voidoutputTrace(long start, RequestState state)
    
 voidpopulateFrom(ElementInfo referenceElement)
    
 voidsetContentType(String contentType)
    
 voidsetDeclarationName(String declarationName)
    
 voidsetDepartureVars(ArrayList<String> departureVars)
    
 voidsetDeployer(ElementDeployer deployer)
    
 voidsetFlowLink(FlowLink flowLink)
    
 voidsetGlobalCookies(LinkedHashMap<String, String> globalCookies)
    
 voidsetGlobalExits(LinkedHashMap<String, GlobalExit> globalExits)
    
 voidsetGlobalVars(LinkedHashMap<String, GlobalVar> globalVars)
    
 voidsetGroupId(int groupId)
    
 voidsetHasSubmissionDefaults(boolean hasSubmissionDefaults)
    
 voidsetId(String id)
    
 voidsetImplementation(String implementation)
    
 voidsetImplementation(String implementation, Element blueprint)
    
 voidsetInheritanceStack(Stack<ElementInfo> inheritanceStack)
    
 voidsetNamedGlobalBeans(LinkedHashMap<String, BeanDeclaration> globalBeans)
    
 voidsetPathInfoMappings(List<PathInfoMapping> mappings)
    
 voidsetPathInfoMode(PathInfoMode mode)
    
 voidsetPathInfoUsed(boolean state)
    
 voidsetPrecedenceStack(Stack<ElementInfo> precedenceStack)
    
 voidsetProcessorIdentifier(String identifier)
    
 voidsetProperties(HierarchicalProperties properties, HierarchicalProperties parent)
    
 voidsetSite(Site site)
    
 voidsetStateStore(StateStore stateStore)
    
 voidsetType(ElementType type)
    
 voidsetUrl(String url)
    
 longstartTrace()
    
 voidvalidateExitName(String name)
    
 voidvalidateInbeanName(String name)
    
 voidvalidateIncookieName(String name)
    
 voidvalidateInputName(String name)
    
 voidvalidateOutbeanName(String name)
    
 voidvalidateOutcookieName(String name)
    
 voidvalidateOutputName(String name)
    
 voidvalidatePropertyName(String name)
    
 voidvalidateSubmissionName(String name)
    

Field Detail
DEFAULT_BOOLEAN
final public static boolean DEFAULT_BOOLEAN(Code)



DEFAULT_DOUBLE
final public static double DEFAULT_DOUBLE(Code)



DEFAULT_FLOAT
final public static float DEFAULT_FLOAT(Code)



DEFAULT_INTEGER
final public static int DEFAULT_INTEGER(Code)



DEFAULT_LONG
final public static long DEFAULT_LONG(Code)




Constructor Detail
ElementInfo
ElementInfo() throws EngineException(Code)



ElementInfo
ElementInfo(String declarationName, String contentType, String implementation, ElementType type) throws EngineException(Code)




Method Detail
addChildTrigger
void addChildTrigger(String name) throws EngineException(Code)



addDataLink
void addDataLink(DataLink dataLink) throws EngineException(Code)



addExit
void addExit(String name) throws EngineException(Code)



addIncookie
void addIncookie(String name, String defaultValue) throws EngineException(Code)



addInput
void addInput(String name, String defaultValues) throws EngineException(Code)



addNamedInbean
void addNamedInbean(String name, BeanDeclaration bean) throws EngineException(Code)



addNamedOutbean
void addNamedOutbean(String name, BeanDeclaration bean) throws EngineException(Code)



addOutcookie
void addOutcookie(String name, String defaultValue) throws EngineException(Code)



addOutput
void addOutput(String name, String[] defaultValues) throws EngineException(Code)



addStaticProperty
void addStaticProperty(String name, Object value) throws EngineException(Code)



addStaticProperty
void addStaticProperty(String name, PropertyValue value) throws EngineException(Code)



addSubmission
void addSubmission(String name, Submission submission) throws EngineException(Code)



clone
public synchronized ElementInfo clone()(Code)



containsChildTrigger
public boolean containsChildTrigger(String name)(Code)



containsDepartureVar
boolean containsDepartureVar(String name)(Code)



containsExit
public boolean containsExit(String name)(Code)



containsGlobalCookie
public boolean containsGlobalCookie(String name)(Code)



containsGlobalExit
public boolean containsGlobalExit(String name)(Code)



containsGlobalVar
public boolean containsGlobalVar(String name)(Code)



containsIncookie
public boolean containsIncookie(String name)(Code)



containsIncookiePossibility
public boolean containsIncookiePossibility(String name)(Code)



containsInput
public boolean containsInput(String name)(Code)



containsInputPossibility
public boolean containsInputPossibility(String name)(Code)



containsNamedGlobalBean
public boolean containsNamedGlobalBean(String name)(Code)



containsNamedInbean
public boolean containsNamedInbean(String name)(Code)



containsNamedOutbean
public boolean containsNamedOutbean(String name)(Code)



containsOutcookie
public boolean containsOutcookie(String name)(Code)



containsOutcookiePossibility
public boolean containsOutcookiePossibility(String name)(Code)



containsOutput
public boolean containsOutput(String name)(Code)



containsOutputPossibility
public boolean containsOutputPossibility(String name)(Code)



containsProperty
public boolean containsProperty(String name)(Code)



containsSubmission
public boolean containsSubmission(String name)(Code)



deploy
void deploy() throws EngineException(Code)



extendFrom
void extendFrom(ElementInfo extendedElement)(Code)



getAbsoluteUrl
public String getAbsoluteUrl(Element currentElement)(Code)



getChildTriggerNames
public Collection<String> getChildTriggerNames()(Code)



getContentType
public String getContentType()(Code)



getDataLinkInputs
Collection<String> getDataLinkInputs(String outputName, ElementInfo target, boolean snapback, FlowLink flowLink)(Code)



getDeclarationName
public String getDeclarationName()(Code)



getDefaultGlobalCookies
public LinkedHashMap<String, String> getDefaultGlobalCookies()(Code)



getDefaultIncookies
public LinkedHashMap<String, String> getDefaultIncookies()(Code)



getDefaultOutcookies
public LinkedHashMap<String, String> getDefaultOutcookies()(Code)



getDepartureVars
ArrayList<String> getDepartureVars()(Code)



getDeployer
public ElementDeployer getDeployer()(Code)



getElement
ElementSupport getElement() throws EngineException(Code)



getExitEntries
public Set<Map.Entry<String, FlowLink>> getExitEntries()(Code)



getExitNames
public Collection<String> getExitNames()(Code)



getFlowLink
public FlowLink getFlowLink(String name)(Code)



getGlobalCookieDefaultValue
public String getGlobalCookieDefaultValue(String name)(Code)



getGlobalCookieEntries
public Set<Map.Entry<String, String>> getGlobalCookieEntries()(Code)



getGlobalCookieInfo
public String getGlobalCookieInfo(String name)(Code)



getGlobalCookieNames
public Collection<String> getGlobalCookieNames()(Code)



getGlobalExitEntries
public Set<Map.Entry<String, GlobalExit>> getGlobalExitEntries()(Code)



getGlobalExitInfo
public GlobalExit getGlobalExitInfo(String name)(Code)



getGlobalExitNames
public Collection<String> getGlobalExitNames()(Code)



getGlobalVarDefaultValues
public String[] getGlobalVarDefaultValues(String name)(Code)



getGlobalVarEntries
public Set<Map.Entry<String, GlobalVar>> getGlobalVarEntries()(Code)



getGlobalVarInfo
public GlobalVar getGlobalVarInfo(String name)(Code)



getGlobalVarNames
public Collection<String> getGlobalVarNames()(Code)



getGroupId
public int getGroupId()(Code)



getId
public String getId()(Code)



getImplementation
public String getImplementation()(Code)



getImplementationBlueprint
public Element getImplementationBlueprint()(Code)



getIncookieDefaultValue
public String getIncookieDefaultValue(String name)(Code)



getIncookieNames
public Collection<String> getIncookieNames()(Code)



getInheritanceStack
public Stack<ElementInfo> getInheritanceStack()(Code)



getInjectablePropertyNames
public Collection<String> getInjectablePropertyNames()(Code)



getInputDefaultValues
public String[] getInputDefaultValues(String name)(Code)



getInputNames
public Collection<String> getInputNames()(Code)



getNamedGlobalBeanInfo
public BeanDeclaration getNamedGlobalBeanInfo(String name)(Code)



getNamedGlobalBeanNames
public Collection<String> getNamedGlobalBeanNames()(Code)



getNamedInbeanInfo
public BeanDeclaration getNamedInbeanInfo(String name) throws EngineException(Code)



getNamedInbeanNames
public Collection<String> getNamedInbeanNames()(Code)



getNamedOutbeanInfo
public BeanDeclaration getNamedOutbeanInfo(String name) throws EngineException(Code)



getNamedOutbeanNames
public Collection<String> getNamedOutbeanNames()(Code)



getOutcookieDefaultValue
public String getOutcookieDefaultValue(String name)(Code)



getOutcookieEntries
public Set<Map.Entry<String, String>> getOutcookieEntries()(Code)



getOutcookieNames
public Collection<String> getOutcookieNames()(Code)



getOutputDefaultValues
public String[] getOutputDefaultValues(String name)(Code)



getOutputEntries
public Set<Map.Entry<String, String[]>> getOutputEntries()(Code)



getOutputNames
public Collection<String> getOutputNames()(Code)



getParameterDefaultValues
public String[] getParameterDefaultValues(String submissionName, String parameterName)(Code)



getPathInfoMappings
public List<PathInfoMapping> getPathInfoMappings()(Code)



getPathInfoMode
public PathInfoMode getPathInfoMode()(Code)



getPrecedenceStack
public Stack<ElementInfo> getPrecedenceStack()(Code)



getProcessorIdentifier
public String getProcessorIdentifier()(Code)



getProperties
public HierarchicalProperties getProperties()(Code)



getProperty
public Object getProperty(String name)(Code)



getProperty
public Object getProperty(String name, Object defaultValue)(Code)



getPropertyNames
public Collection<String> getPropertyNames()(Code)



getPropertyString
public String getPropertyString(String name)(Code)



getPropertyString
public String getPropertyString(String name, String defaultValue)(Code)



getPropertyTyped
public T getPropertyTyped(String name, Class<T> type)(Code)



getPropertyTyped
public T getPropertyTyped(String name, Class<T> type, T defaultValue)(Code)



getReferenceId
public String getReferenceId()(Code)



getSite
public Site getSite()(Code)



getStateStore
StateStore getStateStore()(Code)



getStaticProperties
HierarchicalProperties getStaticProperties()(Code)



getSubmission
public Submission getSubmission(String name)(Code)



getSubmissionNames
public Collection<String> getSubmissionNames()(Code)



getSubmissions
public Collection<Submission> getSubmissions()(Code)



getType
public ElementType getType()(Code)



getUrl
public String getUrl()(Code)



hasDataLink
public boolean hasDataLink(ElementInfo target)(Code)



hasDepartureVars
boolean hasDepartureVars()(Code)



hasFlowLink
public boolean hasFlowLink(ElementInfo target)(Code)



hasGlobalCookieDefaultValue
public boolean hasGlobalCookieDefaultValue(String name)(Code)



hasGlobalCookieDefaults
public boolean hasGlobalCookieDefaults()(Code)



hasGlobalCookies
public boolean hasGlobalCookies()(Code)



hasGlobalExits
public boolean hasGlobalExits()(Code)



hasGlobalVarDefaultValues
public boolean hasGlobalVarDefaultValues(String name)(Code)



hasGlobalVarDefaults
public boolean hasGlobalVarDefaults()(Code)



hasGlobalVars
public boolean hasGlobalVars()(Code)



hasGlobalcookies
public boolean hasGlobalcookies()(Code)



hasIncookieDefaultValue
public boolean hasIncookieDefaultValue(String name)(Code)



hasIncookieDefaults
public boolean hasIncookieDefaults()(Code)



hasIncookies
public boolean hasIncookies()(Code)



hasInputDefaultValues
public boolean hasInputDefaultValues(String name)(Code)



hasInputDefaults
public boolean hasInputDefaults()(Code)



hasInputs
public boolean hasInputs()(Code)



hasNamedGlobalBeans
public boolean hasNamedGlobalBeans()(Code)



hasNamedInbeans
public boolean hasNamedInbeans()(Code)



hasOutcookieDefaultValue
public boolean hasOutcookieDefaultValue(String name)(Code)



hasOutcookieDefaults
public boolean hasOutcookieDefaults()(Code)



hasOutcookies
public boolean hasOutcookies()(Code)



hasOutputDefaultValues
public boolean hasOutputDefaultValues(String name)(Code)



hasOutputDefaults
public boolean hasOutputDefaults()(Code)



hasParameterDefaultValues
public boolean hasParameterDefaultValues(String submissionName, String parameterName)(Code)



hasParameterDefaults
public boolean hasParameterDefaults(String name)(Code)



hasPathInfoMappings
public boolean hasPathInfoMappings()(Code)



hasProperties
public boolean hasProperties()(Code)



hasSnapbackDataLinks
public boolean hasSnapbackDataLinks()(Code)



hasSnapbackFlowLinks
public boolean hasSnapbackFlowLinks()(Code)



hasSubmission
public boolean hasSubmission(String name)(Code)



isPathInfoUsed
public boolean isPathInfoUsed()(Code)



isPropertyEmpty
public boolean isPropertyEmpty(String name) throws EngineException(Code)



outputTrace
void outputTrace(long start, RequestState state) throws EngineException(Code)



populateFrom
void populateFrom(ElementInfo referenceElement)(Code)



setContentType
void setContentType(String contentType)(Code)



setDeclarationName
void setDeclarationName(String declarationName)(Code)



setDepartureVars
void setDepartureVars(ArrayList<String> departureVars) throws EngineException(Code)



setDeployer
void setDeployer(ElementDeployer deployer)(Code)



setFlowLink
void setFlowLink(FlowLink flowLink) throws EngineException(Code)



setGlobalCookies
void setGlobalCookies(LinkedHashMap<String, String> globalCookies) throws EngineException(Code)



setGlobalExits
void setGlobalExits(LinkedHashMap<String, GlobalExit> globalExits) throws EngineException(Code)



setGlobalVars
void setGlobalVars(LinkedHashMap<String, GlobalVar> globalVars) throws EngineException(Code)



setGroupId
void setGroupId(int groupId)(Code)



setHasSubmissionDefaults
void setHasSubmissionDefaults(boolean hasSubmissionDefaults)(Code)



setId
void setId(String id) throws EngineException(Code)



setImplementation
void setImplementation(String implementation) throws EngineException(Code)



setImplementation
void setImplementation(String implementation, Element blueprint) throws EngineException(Code)



setInheritanceStack
void setInheritanceStack(Stack<ElementInfo> inheritanceStack)(Code)



setNamedGlobalBeans
void setNamedGlobalBeans(LinkedHashMap<String, BeanDeclaration> globalBeans) throws EngineException(Code)



setPathInfoMappings
void setPathInfoMappings(List<PathInfoMapping> mappings)(Code)



setPathInfoMode
void setPathInfoMode(PathInfoMode mode)(Code)



setPathInfoUsed
void setPathInfoUsed(boolean state)(Code)



setPrecedenceStack
void setPrecedenceStack(Stack<ElementInfo> precedenceStack)(Code)



setProcessorIdentifier
void setProcessorIdentifier(String identifier)(Code)



setProperties
void setProperties(HierarchicalProperties properties, HierarchicalProperties parent)(Code)



setSite
void setSite(Site site)(Code)



setStateStore
void setStateStore(StateStore stateStore)(Code)



setType
void setType(ElementType type)(Code)



setUrl
void setUrl(String url) throws EngineException(Code)



startTrace
long startTrace() throws EngineException(Code)



validateExitName
void validateExitName(String name) throws EngineException(Code)



validateInbeanName
void validateInbeanName(String name) throws EngineException(Code)



validateIncookieName
void validateIncookieName(String name) throws EngineException(Code)



validateInputName
void validateInputName(String name) throws EngineException(Code)



validateOutbeanName
void validateOutbeanName(String name) throws EngineException(Code)



validateOutcookieName
void validateOutcookieName(String name) throws EngineException(Code)



validateOutputName
void validateOutputName(String name) throws EngineException(Code)



validatePropertyName
void validatePropertyName(String name) throws EngineException(Code)



validateSubmissionName
void validateSubmissionName(String name) throws EngineException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.