| java.lang.Object com.uwyn.rife.engine.ElementContext
ElementContext | public class ElementContext (Code) | | |
Method Summary | |
void | addOutcookieListener(OutcookieListener listener) | void | addOutputListener(OutputListener listener) | void | addOutputValue(String name, String value) | void | addOutputValue(String name, Object value) | void | addOutputValues(String name, String[] values) | void | child() | void | clearAutomatedOutputValue(String name) | void | clearNamedOutputBean(String name) | void | clearOutput(String name) | void | clearOutputBean(Class beanClass, String prefix) | void | clearOutputValue(String name) | void | defer() | boolean | duringStepBack() | void | evaluateExpressionRoleUserTags(List<String> setValues, Template template, String id) | void | exit(String name) | void | fillSubmissionBean(String submissionName, Object bean, String prefix) | void | fireAutomatedOutputValueCleared(String name) | void | fireAutomatedOutputValueSet(String name, String[] values) | void | fireOutcookieSet(Cookie cookie) | void | fireOutputValueCleared(String name) | void | fireOutputValueSet(String name, String[] values) | void | forward(String url) | void | generateEmptyForm(Template template, Class beanClass, String prefix) | void | generateForm(Template template, Object beanInstance, String prefix) | public static ElementSupport | getActiveElementSupport() | Cookie | getCookie(String name) | String | getCookieValue(String name) | HashMap<String, String> | getCookieValues() | ElementInfo | getElementInfo() | ElementExecutionState | getElementState() | ElementSupport | getElementSupport() | CharSequenceDeferred | getExitFormParameters(String name, String[] outputValues) | CharSequenceDeferred | getExitFormParametersJavascript(String name, String[] outputValues) | CharSequenceDeferred | getExitFormUrl(String name, String pathinfo) | CharSequenceDeferred | getExitQueryUrl(String name, String pathinfo, String[] outputValues) | Template | getHtmlTemplate(String name, String encoding, TemplateTransformer transformer) | String | getInput(String name) | BeanType | getInputBean(Class<BeanType> beanClass, String prefix) | String[] | getInputValues(String name) | BeanType | getNamedInputBean(String name) | BeanType | getNamedSubmissionBean(String submissionName, String beanName) | String[] | getOutput(String name) | Map<String, String[]> | getOutputBeanValues(Object bean, String prefix, Collection<String> included) | OutputValues | getOutputs() | String | getParameter(String name) | ArrayList<String> | getParameterNames(String regexp) | String[] | getParameterValues(String name) | RequestState | getRequestState() | Response | getResponse() | String | getSubmission() | BeanType | getSubmissionBean(String submissionName, Class<BeanType> beanClass, String prefix) | CharSequenceDeferred | getSubmissionFormParameters(String name, String[] parameterValues) | CharSequenceDeferred | getSubmissionFormParametersJavascript(String name, String[] parameterValues) | CharSequenceDeferred | getSubmissionFormUrl(String pathinfo) | CharSequenceDeferred | getSubmissionQueryUrl(String name, String pathinfo, String[] parameterValues) | Template | getTxtTemplate(String name, String encoding, TemplateTransformer transformer) | UploadedFile | getUploadedFile(String name) | ArrayList<String> | getUploadedFileNames(String regexp) | ArrayList<String> | getUploadedFileNames() | UploadedFile[] | getUploadedFiles(String name) | Template | getXhtmlTemplate(String name, String encoding, TemplateTransformer transformer) | Template | getXmlTemplate(String name, String encoding, TemplateTransformer transformer) | boolean | hasCookie(String name) | boolean | hasInputValue(String name) | boolean | hasParameterValue(String name) | boolean | hasSubmission() | boolean | hasSubmission(String name) | boolean | hasUploadedFile(String name) | boolean | isFileEmpty(String name) | boolean | isInputEmpty(String name) | boolean | isParameterEmpty(String name) | void | print(Template template) | ElementContext | processContext() | void | processEmbeddedElement(Template template, ElementSupport embeddingElement, String elementId, String differentiator, Object data) | void | processEmbeddedElementsEarly(Template template, ElementSupport embeddingElement) | void | processEmbeddedElementsLate(Template template, ElementSupport embeddingElement) | List<String> | processTemplate(Template template) | void | redirect(String url) | void | removeForm(Template template, Class beanClass, String prefix) | void | removeOutcookieListener(OutcookieListener listener) | void | removeOutputListener(OutputListener listener) | void | removeSubmissionBean(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) | void | setAutomatedOutputValues(String name, String[] values) | void | setCookie(Cookie cookie) | void | setCookieRaw(Cookie cookie) | void | setExitForm(Template template, String name, String pathinfo, String[] outputValues) | void | setExitQuery(Template template, String name, String pathinfo, String[] outputValues) | void | setNamedOutputBean(String name, Object bean) | void | setOutput(String name, String value) | void | setOutput(String name, String[] values) | void | setOutput(String name, Object value, ConstrainedProperty constrainedProperty) | void | setOutputBean(Object bean, String prefix) | void | setOutputValues(String name, String[] values) | void | setResponse(Response response) | void | setSubmissionBean(Template template, Object beanInstance) | void | setSubmissionBean(Template template, Object beanInstance, boolean encode) | void | setSubmissionForm(Template template, String name, String pathinfo, String[] parameterValues) | void | setSubmissionQuery(Template template, String name, String pathinfo, String[] parameterValues) | void | triggerChild(String childTriggerName, String[] childTriggerValues) |
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_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_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_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) | | |
clearAutomatedOutputValue | void clearAutomatedOutputValue(String name)(Code) | | |
duringStepBack | boolean duringStepBack()(Code) | | |
fireAutomatedOutputValueCleared | void fireAutomatedOutputValueCleared(String name)(Code) | | |
fireAutomatedOutputValueSet | void fireAutomatedOutputValueSet(String name, String[] values)(Code) | | |
fireOutputValueCleared | void fireOutputValueCleared(String name)(Code) | | |
hasSubmission | boolean hasSubmission()(Code) | | |
setAutomatedOutputValues | void setAutomatedOutputValues(String name, String[] values)(Code) | | |
|
|