Java Doc for ElementContext.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.ElementContext

ElementContext
public class ElementContext (Code)


Field Summary
final public static  StringID_SERVER_ROOTURL
    
final public static  StringID_WEBAPP_ROOTURL
    
final public static  StringPREFIX_ELEMENT
    
final public static  StringPREFIX_EXIT_FORM
    
final public static  StringPREFIX_EXIT_PARAMS
    
final public static  StringPREFIX_EXIT_PARAMSJS
    
final public static  StringPREFIX_EXIT_QUERY
    
final public static  StringPREFIX_GROOVY_ROLEUSER
    
final public static  StringPREFIX_INCOOKIE
    
final public static  StringPREFIX_INPUT
    
final public static  StringPREFIX_JANINO_ROLEUSER
    
final public static  StringPREFIX_MVEL_ROLEUSER
    
final public static  StringPREFIX_OGNL_ROLEUSER
    
final public static  StringPREFIX_OUTCOOKIE
    
final public static  StringPREFIX_OUTPUT
    
final public static  StringPREFIX_PARAM
    
final public static  StringPREFIX_PROPERTY
    
final public static  StringPREFIX_SUBMISSION_FORM
    
final public static  StringPREFIX_SUBMISSION_PARAMS
    
final public static  StringPREFIX_SUBMISSION_PARAMSJS
    
final public static  StringPREFIX_SUBMISSION_QUERY
    
final public static  StringTAG_ELEMENT
    
final public static  StringTAG_GROOVY_ROLEUSER
    
final public static  StringTAG_JANINO_ROLEUSER
    
final public static  StringTAG_MVEL_ROLEUSER
    
final public static  StringTAG_OGNL_ROLEUSER
    
final public static  StringTAG_PROPERTY
    

Constructor Summary
 ElementContext(ElementSupport element, RequestState state, Response response)
    

Method Summary
 voidaddOutcookieListener(OutcookieListener listener)
    
 voidaddOutputListener(OutputListener listener)
    
 voidaddOutputValue(String name, String value)
    
 voidaddOutputValue(String name, Object value)
    
 voidaddOutputValues(String name, String[] values)
    
 voidchild()
    
 voidclearAutomatedOutputValue(String name)
    
 voidclearNamedOutputBean(String name)
    
 voidclearOutput(String name)
    
 voidclearOutputBean(Class beanClass, String prefix)
    
 voidclearOutputValue(String name)
    
 voiddefer()
    
 booleanduringStepBack()
    
 voidevaluateExpressionRoleUserTags(List<String> setValues, Template template, String id)
    
 voidexit(String name)
    
 voidfillSubmissionBean(String submissionName, Object bean, String prefix)
    
 voidfireAutomatedOutputValueCleared(String name)
    
 voidfireAutomatedOutputValueSet(String name, String[] values)
    
 voidfireOutcookieSet(Cookie cookie)
    
 voidfireOutputValueCleared(String name)
    
 voidfireOutputValueSet(String name, String[] values)
    
 voidforward(String url)
    
 voidgenerateEmptyForm(Template template, Class beanClass, String prefix)
    
 voidgenerateForm(Template template, Object beanInstance, String prefix)
    
public static  ElementSupportgetActiveElementSupport()
    
 CookiegetCookie(String name)
    
 StringgetCookieValue(String name)
    
 HashMap<String, String>getCookieValues()
    
 ElementInfogetElementInfo()
    
 ElementExecutionStategetElementState()
    
 ElementSupportgetElementSupport()
    
 CharSequenceDeferredgetExitFormParameters(String name, String[] outputValues)
    
 CharSequenceDeferredgetExitFormParametersJavascript(String name, String[] outputValues)
    
 CharSequenceDeferredgetExitFormUrl(String name, String pathinfo)
    
 CharSequenceDeferredgetExitQueryUrl(String name, String pathinfo, String[] outputValues)
    
 TemplategetHtmlTemplate(String name, String encoding, TemplateTransformer transformer)
    
 StringgetInput(String name)
    
 BeanTypegetInputBean(Class<BeanType> beanClass, String prefix)
    
 String[]getInputValues(String name)
    
 BeanTypegetNamedInputBean(String name)
    
 BeanTypegetNamedSubmissionBean(String submissionName, String beanName)
    
 String[]getOutput(String name)
    
 Map<String, String[]>getOutputBeanValues(Object bean, String prefix, Collection<String> included)
    
 OutputValuesgetOutputs()
    
 StringgetParameter(String name)
    
 ArrayList<String>getParameterNames(String regexp)
    
 String[]getParameterValues(String name)
    
 RequestStategetRequestState()
    
 ResponsegetResponse()
    
 StringgetSubmission()
    
 BeanTypegetSubmissionBean(String submissionName, Class<BeanType> beanClass, String prefix)
    
 CharSequenceDeferredgetSubmissionFormParameters(String name, String[] parameterValues)
    
 CharSequenceDeferredgetSubmissionFormParametersJavascript(String name, String[] parameterValues)
    
 CharSequenceDeferredgetSubmissionFormUrl(String pathinfo)
    
 CharSequenceDeferredgetSubmissionQueryUrl(String name, String pathinfo, String[] parameterValues)
    
 TemplategetTxtTemplate(String name, String encoding, TemplateTransformer transformer)
    
 UploadedFilegetUploadedFile(String name)
    
 ArrayList<String>getUploadedFileNames(String regexp)
    
 ArrayList<String>getUploadedFileNames()
    
 UploadedFile[]getUploadedFiles(String name)
    
 TemplategetXhtmlTemplate(String name, String encoding, TemplateTransformer transformer)
    
 TemplategetXmlTemplate(String name, String encoding, TemplateTransformer transformer)
    
 booleanhasCookie(String name)
    
 booleanhasInputValue(String name)
    
 booleanhasParameterValue(String name)
    
 booleanhasSubmission()
    
 booleanhasSubmission(String name)
    
 booleanhasUploadedFile(String name)
    
 booleanisFileEmpty(String name)
    
 booleanisInputEmpty(String name)
    
 booleanisParameterEmpty(String name)
    
 voidprint(Template template)
    
 ElementContextprocessContext()
    
 voidprocessEmbeddedElement(Template template, ElementSupport embeddingElement, String elementId, String differentiator, Object data)
    
 voidprocessEmbeddedElementsEarly(Template template, ElementSupport embeddingElement)
    
 voidprocessEmbeddedElementsLate(Template template, ElementSupport embeddingElement)
    
 List<String>processTemplate(Template template)
    
 voidredirect(String url)
    
 voidremoveForm(Template template, Class beanClass, String prefix)
    
 voidremoveOutcookieListener(OutcookieListener listener)
    
 voidremoveOutputListener(OutputListener listener)
    
 voidremoveSubmissionBean(Template template, Object beanInstance)
    
 Collection<String>selectInputParameter(Template template, String name, String[] values)
    
 Collection<String>selectParameter(Template template, String name, String[] values)
    
 Collection<String>selectSubmissionParameter(Template template, String name, String[] values)
    
 voidsetAutomatedOutputValues(String name, String[] values)
    
 voidsetCookie(Cookie cookie)
    
 voidsetCookieRaw(Cookie cookie)
    
 voidsetExitForm(Template template, String name, String pathinfo, String[] outputValues)
    
 voidsetExitQuery(Template template, String name, String pathinfo, String[] outputValues)
    
 voidsetNamedOutputBean(String name, Object bean)
    
 voidsetOutput(String name, String value)
    
 voidsetOutput(String name, String[] values)
    
 voidsetOutput(String name, Object value, ConstrainedProperty constrainedProperty)
    
 voidsetOutputBean(Object bean, String prefix)
    
 voidsetOutputValues(String name, String[] values)
    
 voidsetResponse(Response response)
    
 voidsetSubmissionBean(Template template, Object beanInstance)
    
 voidsetSubmissionBean(Template template, Object beanInstance, boolean encode)
    
 voidsetSubmissionForm(Template template, String name, String pathinfo, String[] parameterValues)
    
 voidsetSubmissionQuery(Template template, String name, String pathinfo, String[] parameterValues)
    
 voidtriggerChild(String childTriggerName, String[] childTriggerValues)
    

Field Detail
ID_SERVER_ROOTURL
final public static String ID_SERVER_ROOTURL(Code)



ID_WEBAPP_ROOTURL
final public static String ID_WEBAPP_ROOTURL(Code)



PREFIX_ELEMENT
final public static String PREFIX_ELEMENT(Code)



PREFIX_EXIT_FORM
final public static String PREFIX_EXIT_FORM(Code)



PREFIX_EXIT_PARAMS
final public static String PREFIX_EXIT_PARAMS(Code)



PREFIX_EXIT_PARAMSJS
final public static String PREFIX_EXIT_PARAMSJS(Code)



PREFIX_EXIT_QUERY
final public static String PREFIX_EXIT_QUERY(Code)



PREFIX_GROOVY_ROLEUSER
final public static String PREFIX_GROOVY_ROLEUSER(Code)



PREFIX_INCOOKIE
final public static String PREFIX_INCOOKIE(Code)



PREFIX_INPUT
final public static String PREFIX_INPUT(Code)



PREFIX_JANINO_ROLEUSER
final public static String PREFIX_JANINO_ROLEUSER(Code)



PREFIX_MVEL_ROLEUSER
final public static String PREFIX_MVEL_ROLEUSER(Code)



PREFIX_OGNL_ROLEUSER
final public static String PREFIX_OGNL_ROLEUSER(Code)



PREFIX_OUTCOOKIE
final public static String PREFIX_OUTCOOKIE(Code)



PREFIX_OUTPUT
final public static String PREFIX_OUTPUT(Code)



PREFIX_PARAM
final public static String PREFIX_PARAM(Code)



PREFIX_PROPERTY
final public static String PREFIX_PROPERTY(Code)



PREFIX_SUBMISSION_FORM
final public static String PREFIX_SUBMISSION_FORM(Code)



PREFIX_SUBMISSION_PARAMS
final public static String PREFIX_SUBMISSION_PARAMS(Code)



PREFIX_SUBMISSION_PARAMSJS
final public static String PREFIX_SUBMISSION_PARAMSJS(Code)



PREFIX_SUBMISSION_QUERY
final public static String PREFIX_SUBMISSION_QUERY(Code)



TAG_ELEMENT
final public static String TAG_ELEMENT(Code)



TAG_GROOVY_ROLEUSER
final public static String TAG_GROOVY_ROLEUSER(Code)



TAG_JANINO_ROLEUSER
final public static String TAG_JANINO_ROLEUSER(Code)



TAG_MVEL_ROLEUSER
final public static String TAG_MVEL_ROLEUSER(Code)



TAG_OGNL_ROLEUSER
final public static String TAG_OGNL_ROLEUSER(Code)



TAG_PROPERTY
final public static String TAG_PROPERTY(Code)




Constructor Detail
ElementContext
ElementContext(ElementSupport element, RequestState state, Response response) throws EngineException(Code)




Method Detail
addOutcookieListener
void addOutcookieListener(OutcookieListener listener)(Code)



addOutputListener
void addOutputListener(OutputListener listener)(Code)



addOutputValue
void addOutputValue(String name, String value) throws EngineException(Code)



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



addOutputValues
void addOutputValues(String name, String[] values) throws EngineException(Code)



child
void child() throws EngineException(Code)



clearAutomatedOutputValue
void clearAutomatedOutputValue(String name)(Code)



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



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



clearOutputBean
void clearOutputBean(Class beanClass, String prefix) throws EngineException(Code)



clearOutputValue
void clearOutputValue(String name)(Code)



defer
void defer() throws EngineException(Code)



duringStepBack
boolean duringStepBack()(Code)



evaluateExpressionRoleUserTags
void evaluateExpressionRoleUserTags(List<String> setValues, Template template, String id)(Code)



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



fillSubmissionBean
void fillSubmissionBean(String submissionName, Object bean, String prefix) throws EngineException(Code)



fireAutomatedOutputValueCleared
void fireAutomatedOutputValueCleared(String name)(Code)



fireAutomatedOutputValueSet
void fireAutomatedOutputValueSet(String name, String[] values)(Code)



fireOutcookieSet
void fireOutcookieSet(Cookie cookie)(Code)



fireOutputValueCleared
void fireOutputValueCleared(String name)(Code)



fireOutputValueSet
void fireOutputValueSet(String name, String[] values)(Code)



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



generateEmptyForm
void generateEmptyForm(Template template, Class beanClass, String prefix) throws EngineException(Code)



generateForm
void generateForm(Template template, Object beanInstance, String prefix) throws EngineException(Code)



getActiveElementSupport
public static ElementSupport getActiveElementSupport()(Code)



getCookie
Cookie getCookie(String name) throws EngineException(Code)



getCookieValue
String getCookieValue(String name) throws EngineException(Code)



getCookieValues
HashMap<String, String> getCookieValues() throws EngineException(Code)



getElementInfo
ElementInfo getElementInfo()(Code)



getElementState
ElementExecutionState getElementState()(Code)



getElementSupport
ElementSupport getElementSupport()(Code)



getExitFormParameters
CharSequenceDeferred getExitFormParameters(String name, String[] outputValues) throws EngineException(Code)



getExitFormParametersJavascript
CharSequenceDeferred getExitFormParametersJavascript(String name, String[] outputValues) throws EngineException(Code)



getExitFormUrl
CharSequenceDeferred getExitFormUrl(String name, String pathinfo) throws EngineException(Code)



getExitQueryUrl
CharSequenceDeferred getExitQueryUrl(String name, String pathinfo, String[] outputValues) throws EngineException(Code)



getHtmlTemplate
Template getHtmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException(Code)



getInput
String getInput(String name) throws EngineException(Code)



getInputBean
BeanType getInputBean(Class<BeanType> beanClass, String prefix) throws EngineException(Code)



getInputValues
String[] getInputValues(String name) throws EngineException(Code)



getNamedInputBean
BeanType getNamedInputBean(String name) throws EngineException(Code)



getNamedSubmissionBean
BeanType getNamedSubmissionBean(String submissionName, String beanName) throws EngineException(Code)



getOutput
String[] getOutput(String name) throws EngineException(Code)



getOutputBeanValues
Map<String, String[]> getOutputBeanValues(Object bean, String prefix, Collection<String> included) throws BeanInstanceValuesErrorException(Code)



getOutputs
OutputValues getOutputs()(Code)



getParameter
String getParameter(String name) throws EngineException(Code)



getParameterNames
ArrayList<String> getParameterNames(String regexp) throws EngineException(Code)



getParameterValues
String[] getParameterValues(String name) throws EngineException(Code)



getRequestState
RequestState getRequestState()(Code)



getResponse
Response getResponse()(Code)



getSubmission
String getSubmission()(Code)



getSubmissionBean
BeanType getSubmissionBean(String submissionName, Class<BeanType> beanClass, String prefix) throws EngineException(Code)



getSubmissionFormParameters
CharSequenceDeferred getSubmissionFormParameters(String name, String[] parameterValues) throws EngineException(Code)



getSubmissionFormParametersJavascript
CharSequenceDeferred getSubmissionFormParametersJavascript(String name, String[] parameterValues) throws EngineException(Code)



getSubmissionFormUrl
CharSequenceDeferred getSubmissionFormUrl(String pathinfo) throws EngineException(Code)



getSubmissionQueryUrl
CharSequenceDeferred getSubmissionQueryUrl(String name, String pathinfo, String[] parameterValues) throws EngineException(Code)



getTxtTemplate
Template getTxtTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException(Code)



getUploadedFile
UploadedFile getUploadedFile(String name) throws EngineException(Code)



getUploadedFileNames
ArrayList<String> getUploadedFileNames(String regexp) throws EngineException(Code)



getUploadedFileNames
ArrayList<String> getUploadedFileNames() throws EngineException(Code)



getUploadedFiles
UploadedFile[] getUploadedFiles(String name) throws EngineException(Code)



getXhtmlTemplate
Template getXhtmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException(Code)



getXmlTemplate
Template getXmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException(Code)



hasCookie
boolean hasCookie(String name) throws EngineException(Code)



hasInputValue
boolean hasInputValue(String name) throws EngineException(Code)



hasParameterValue
boolean hasParameterValue(String name) throws EngineException(Code)



hasSubmission
boolean hasSubmission()(Code)



hasSubmission
boolean hasSubmission(String name)(Code)



hasUploadedFile
boolean hasUploadedFile(String name) throws EngineException(Code)



isFileEmpty
boolean isFileEmpty(String name) throws EngineException(Code)



isInputEmpty
boolean isInputEmpty(String name) throws EngineException(Code)



isParameterEmpty
boolean isParameterEmpty(String name) throws EngineException(Code)



print
void print(Template template) throws TemplateException, EngineException(Code)



processContext
ElementContext processContext() throws EngineException(Code)



processEmbeddedElement
void processEmbeddedElement(Template template, ElementSupport embeddingElement, String elementId, String differentiator, Object data) throws TemplateException, EngineException(Code)



processEmbeddedElementsEarly
void processEmbeddedElementsEarly(Template template, ElementSupport embeddingElement)(Code)



processEmbeddedElementsLate
void processEmbeddedElementsLate(Template template, ElementSupport embeddingElement)(Code)



processTemplate
List<String> processTemplate(Template template) throws TemplateException, EngineException(Code)



redirect
void redirect(String url)(Code)



removeForm
void removeForm(Template template, Class beanClass, String prefix) throws EngineException(Code)



removeOutcookieListener
void removeOutcookieListener(OutcookieListener listener)(Code)



removeOutputListener
void removeOutputListener(OutputListener listener)(Code)



removeSubmissionBean
void removeSubmissionBean(Template template, Object beanInstance) throws TemplateException, EngineException(Code)



selectInputParameter
Collection<String> selectInputParameter(Template template, String name, String[] values)(Code)



selectParameter
Collection<String> selectParameter(Template template, String name, String[] values)(Code)



selectSubmissionParameter
Collection<String> selectSubmissionParameter(Template template, String name, String[] values)(Code)



setAutomatedOutputValues
void setAutomatedOutputValues(String name, String[] values)(Code)



setCookie
void setCookie(Cookie cookie) throws EngineException(Code)



setCookieRaw
void setCookieRaw(Cookie cookie)(Code)



setExitForm
void setExitForm(Template template, String name, String pathinfo, String[] outputValues) throws TemplateException, EngineException(Code)



setExitQuery
void setExitQuery(Template template, String name, String pathinfo, String[] outputValues) throws TemplateException, EngineException(Code)



setNamedOutputBean
void setNamedOutputBean(String name, Object bean) throws EngineException(Code)



setOutput
void setOutput(String name, String value) throws EngineException(Code)



setOutput
void setOutput(String name, String[] values) throws EngineException(Code)



setOutput
void setOutput(String name, Object value, ConstrainedProperty constrainedProperty) throws EngineException(Code)



setOutputBean
void setOutputBean(Object bean, String prefix) throws EngineException(Code)



setOutputValues
void setOutputValues(String name, String[] values)(Code)



setResponse
void setResponse(Response response)(Code)



setSubmissionBean
void setSubmissionBean(Template template, Object beanInstance) throws TemplateException, EngineException(Code)



setSubmissionBean
void setSubmissionBean(Template template, Object beanInstance, boolean encode) throws TemplateException, EngineException(Code)



setSubmissionForm
void setSubmissionForm(Template template, String name, String pathinfo, String[] parameterValues) throws TemplateException, EngineException(Code)



setSubmissionQuery
void setSubmissionQuery(Template template, String name, String pathinfo, String[] parameterValues) throws TemplateException, EngineException(Code)



triggerChild
void triggerChild(String childTriggerName, String[] childTriggerValues) 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.