| java.lang.Object com.uwyn.rife.engine.ElementSupport com.uwyn.rife.engine.Element com.uwyn.rife.engine.ElementScripted
ElementScripted | public class ElementScripted extends Element (Code) | | The ElementScripted class provides a bridge between
scripting engines and the element backend. You should never have to deal
with this class directly.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
ElementScripted | public ElementScripted(ScriptedEngine engine) throws EngineException(Code) | | Creates a new ElementScripted instance for a particular
scripting engine.
Parameters: engine - the scripting engine that this element has to be linked to exception: EngineException - when an unexpected error occurred while linkingthe scripted element to the engine |
processElement | public void processElement()(Code) | | |
Methods inherited from com.uwyn.rife.engine.ElementSupport | ElementContext _getElementContext()(Code)(Java Doc) ElementInfo _getElementInfo() throws EngineException(Code)(Java Doc) public void addDateHeader(String name, long date) throws EngineException(Code)(Java Doc) public void addHeader(String name, String value) throws EngineException(Code)(Java Doc) public void addIntHeader(String name, int value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, String value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, boolean value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, char value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, char[] value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, double value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, float value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, int value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, long value) throws EngineException(Code)(Java Doc) public void addOutputValue(String name, Object value) throws EngineException(Code)(Java Doc) public void addOutputValues(String name, String[] values) throws EngineException(Code)(Java Doc) final public void answer() throws EngineException(Code)(Java Doc) final public void answer(Object answer) throws EngineException(Code)(Java Doc) final public Object call(String exit)(Code)(Java Doc) public void child() throws EngineException(Code)(Java Doc) public boolean childTriggered(String name, String[] values)(Code)(Java Doc) public void clearBuffer() throws EngineException(Code)(Java Doc) public void clearNamedOutputBean(String name) throws EngineException(Code)(Java Doc) public void clearOutput(String name) throws EngineException(Code)(Java Doc) public void clearOutputBean(Class beanClass) throws EngineException(Code)(Java Doc) public void clearOutputBean(Class beanClass, String prefix) throws EngineException(Code)(Java Doc) public Object clone() throws CloneNotSupportedException(Code)(Java Doc) public boolean cloneContinuations()(Code)(Java Doc) public boolean containsHeader(String name) throws EngineException(Code)(Java Doc) public void defer() throws EngineException(Code)(Java Doc) public boolean duringStepBack()(Code)(Java Doc) void enableRequestAccess(boolean enabled)(Code)(Java Doc) public void enableTextBuffer(boolean enabled) throws EngineException(Code)(Java Doc) public String encodeHtml(String source)(Code)(Java Doc) public String encodeXml(String source)(Code)(Java Doc) public List<String> evaluateExpressionRoleUserTags(Template template, String id) throws TemplateException, EngineException(Code)(Java Doc) public void exit(String name) throws EngineException(Code)(Java Doc) public void fillSubmissionBean(Object bean) throws EngineException(Code)(Java Doc) public void fillSubmissionBean(String submissionName, Object bean) throws EngineException(Code)(Java Doc) public void fillSubmissionBean(Object bean, String prefix) throws EngineException(Code)(Java Doc) public void fillSubmissionBean(String submissionName, Object bean, String prefix) throws EngineException(Code)(Java Doc) public void flush() throws EngineException(Code)(Java Doc) public void forward(String url) throws EngineException(Code)(Java Doc) public void generateEmptyForm(Template template, Class beanClass) throws EngineException(Code)(Java Doc) public void generateEmptyForm(Template template, Class beanClass, String prefix) throws EngineException(Code)(Java Doc) public void generateForm(Template template, Object beanInstance) throws EngineException(Code)(Java Doc) public void generateForm(Template template, Object beanInstance, String prefix) throws EngineException(Code)(Java Doc) public String getContentType() throws EngineException(Code)(Java Doc) public String getContinuationId() throws EngineException(Code)(Java Doc) public Cookie getCookie(String name) throws EngineException(Code)(Java Doc) public String getCookieValue(String name) throws EngineException(Code)(Java Doc) public String getCookieValue(String name, String defaultValue) throws EngineException(Code)(Java Doc) public boolean getCookieValueBoolean(String name) throws EngineException(Code)(Java Doc) public boolean getCookieValueBoolean(String name, boolean defaultValue) throws EngineException(Code)(Java Doc) public double getCookieValueDouble(String name) throws EngineException(Code)(Java Doc) public double getCookieValueDouble(String name, double defaultValue) throws EngineException(Code)(Java Doc) public float getCookieValueFloat(String name) throws EngineException(Code)(Java Doc) public float getCookieValueFloat(String name, float defaultValue) throws EngineException(Code)(Java Doc) public int getCookieValueInt(String name) throws EngineException(Code)(Java Doc) public int getCookieValueInt(String name, int defaultValue) throws EngineException(Code)(Java Doc) public long getCookieValueLong(String name) throws EngineException(Code)(Java Doc) public long getCookieValueLong(String name, long defaultValue) throws EngineException(Code)(Java Doc) public Map<String, String> getCookieValues() throws EngineException(Code)(Java Doc) public long getDateHeader(String name) throws EngineException(Code)(Java Doc) public String getDeclarationName() throws EngineException(Code)(Java Doc) public ElementDeployer getDeployer() throws EngineException(Code)(Java Doc) public Class getDeploymentClass()(Code)(Java Doc) ElementAware getElementAware()(Code)(Java Doc) public ElementContext getElementContext() throws EngineException(Code)(Java Doc) public ElementInfo getElementInfo() throws EngineException(Code)(Java Doc) public Object getEmbedData() throws EngineException(Code)(Java Doc) public String getEmbedDifferentiator() throws EngineException(Code)(Java Doc) public Properties getEmbedProperties() throws EngineException(Code)(Java Doc) public String getEmbedValue() throws EngineException(Code)(Java Doc) public ElementSupport getEmbeddingElement() throws EngineException(Code)(Java Doc) public Template getEmbeddingTemplate() throws EngineException(Code)(Java Doc) public CharSequence getExitFormParameters(String name) throws EngineException(Code)(Java Doc) public CharSequence getExitFormParameters(String name, String[] outputValues) throws EngineException(Code)(Java Doc) public CharSequence getExitFormParametersJavascript(String name, String[] outputValues) throws EngineException(Code)(Java Doc) public CharSequence getExitFormUrl(String name) throws EngineException(Code)(Java Doc) public CharSequence getExitFormUrl(String name, String pathinfo) throws EngineException(Code)(Java Doc) public CharSequence getExitQueryUrl(String name) throws EngineException(Code)(Java Doc) public CharSequence getExitQueryUrl(String name, String pathinfo) throws EngineException(Code)(Java Doc) public CharSequence getExitQueryUrl(String name, String[] outputValues) throws EngineException(Code)(Java Doc) public CharSequence getExitQueryUrl(String name, String pathinfo, String[] outputValues) throws EngineException(Code)(Java Doc) public String getHeader(String name)(Code)(Java Doc) public Enumeration getHeaderNames() throws EngineException(Code)(Java Doc) public Enumeration getHeaders(String name) throws EngineException(Code)(Java Doc) public Template getHtmlTemplate() throws TemplateException, EngineException(Code)(Java Doc) public Template getHtmlTemplate(String name) throws TemplateException, EngineException(Code)(Java Doc) public Template getHtmlTemplate(String name, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public Template getHtmlTemplate(String name, String encoding) throws TemplateException, EngineException(Code)(Java Doc) public Template getHtmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public HttpServletRequest getHttpServletRequest() throws EngineException(Code)(Java Doc) public HttpServletResponse getHttpServletResponse() throws EngineException(Code)(Java Doc) public InitConfig getInitConfig() throws EngineException(Code)(Java Doc) public String getInput(String name) throws EngineException(Code)(Java Doc) public String getInput(String name, String defaultValue) throws EngineException(Code)(Java Doc) public BeanType getInputBean(Class<BeanType> beanClass) throws EngineException(Code)(Java Doc) public BeanType getInputBean(Class<BeanType> beanClass, String prefix) throws EngineException(Code)(Java Doc) public boolean getInputBoolean(String name) throws EngineException(Code)(Java Doc) public boolean getInputBoolean(String name, boolean defaultValue) throws EngineException(Code)(Java Doc) public Date getInputDate(String name) throws EngineException(Code)(Java Doc) public Date getInputDate(String name, Date defaultValue) throws EngineException(Code)(Java Doc) public double getInputDouble(String name) throws EngineException(Code)(Java Doc) public double getInputDouble(String name, double defaultValue) throws EngineException(Code)(Java Doc) public float getInputFloat(String name) throws EngineException(Code)(Java Doc) public float getInputFloat(String name, float defaultValue) throws EngineException(Code)(Java Doc) public int getInputInt(String name) throws EngineException(Code)(Java Doc) public int getInputInt(String name, int defaultValue) throws EngineException(Code)(Java Doc) public long getInputLong(String name) throws EngineException(Code)(Java Doc) public long getInputLong(String name, long defaultValue) throws EngineException(Code)(Java Doc) public TargetType getInputSerializable(String name) throws EngineException(Code)(Java Doc) public TargetType getInputSerializable(String name, TargetType defaultValue) throws EngineException(Code)(Java Doc) public String[] getInputValues(String name) throws EngineException(Code)(Java Doc) public int getIntHeader(String name) throws EngineException(Code)(Java Doc) public RequestMethod getMethod() throws EngineException(Code)(Java Doc) public BeanType getNamedInputBean(String name) throws EngineException(Code)(Java Doc) public BeanType getNamedSubmissionBean(String beanName) throws EngineException(Code)(Java Doc) public BeanType getNamedSubmissionBean(String submissionName, String beanName) throws EngineException(Code)(Java Doc) public String[] getOutput(String name) throws EngineException(Code)(Java Doc) public OutputStream getOutputStream() throws EngineException(Code)(Java Doc) public String getParameter(String name) throws EngineException(Code)(Java Doc) public String getParameter(String name, String defaultValue) throws EngineException(Code)(Java Doc) public boolean getParameterBoolean(String name) throws EngineException(Code)(Java Doc) public boolean getParameterBoolean(String name, boolean defaultValue) throws EngineException(Code)(Java Doc) public double getParameterDouble(String name) throws EngineException(Code)(Java Doc) public double getParameterDouble(String name, double defaultValue) throws EngineException(Code)(Java Doc) public double[] getParameterDoubleValues(String name) throws EngineException(Code)(Java Doc) public float getParameterFloat(String name) throws EngineException(Code)(Java Doc) public float getParameterFloat(String name, float defaultValue) throws EngineException(Code)(Java Doc) public float[] getParameterFloatValues(String name) throws EngineException(Code)(Java Doc) public int getParameterInt(String name) throws EngineException(Code)(Java Doc) public int getParameterInt(String name, int defaultValue) throws EngineException(Code)(Java Doc) public int[] getParameterIntValues(String name) throws EngineException(Code)(Java Doc) public long getParameterLong(String name) throws EngineException(Code)(Java Doc) public long getParameterLong(String name, long defaultValue) throws EngineException(Code)(Java Doc) public long[] getParameterLongValues(String name) throws EngineException(Code)(Java Doc) public ArrayList<String> getParameterNames() throws EngineException(Code)(Java Doc) public ArrayList<String> getParameterNames(String regexp) throws EngineException(Code)(Java Doc) public String[] getParameterValues(String name) throws EngineException(Code)(Java Doc) public String getPathInfo() throws EngineException(Code)(Java Doc) public Object getProperty(String name) throws EngineException(Code)(Java Doc) public Object getProperty(String name, Object defaultValue) throws EngineException(Code)(Java Doc) public String getPropertyString(String name) throws EngineException(Code)(Java Doc) public String getPropertyString(String name, String defaultValue) throws EngineException(Code)(Java Doc) public T getPropertyTyped(String name, Class<T> type)(Code)(Java Doc) public T getPropertyTyped(String name, Class<T> type, T defaultValue)(Code)(Java Doc) public String getProtocol() throws EngineException(Code)(Java Doc) public String getRemoteAddr() throws EngineException(Code)(Java Doc) public String getRemoteHost() throws EngineException(Code)(Java Doc) public String getRemoteUser() throws EngineException(Code)(Java Doc) public Object getRequestAttribute(String name) throws EngineException(Code)(Java Doc) public Enumeration getRequestAttributeNames() throws EngineException(Code)(Java Doc) public String getRequestCharacterEncoding() throws EngineException(Code)(Java Doc) public Locale getRequestLocale() throws EngineException(Code)(Java Doc) public Enumeration getRequestLocales() throws EngineException(Code)(Java Doc) public String getResponseCharacterEncoding() throws EngineException(Code)(Java Doc) public Locale getResponseLocale() throws EngineException(Code)(Java Doc) public String getScheme() throws EngineException(Code)(Java Doc) public String getServerName() throws EngineException(Code)(Java Doc) public int getServerPort() throws EngineException(Code)(Java Doc) public String getServerRootUrl() throws EngineException(Code)(Java Doc) public ServletContext getServletContext() throws EngineException(Code)(Java Doc) public Site getSite() throws EngineException(Code)(Java Doc) public String getSourceName() throws EngineException(Code)(Java Doc) public String getSubmission() throws EngineException(Code)(Java Doc) public BeanType getSubmissionBean(Class<BeanType> beanClass) throws EngineException(Code)(Java Doc) public BeanType getSubmissionBean(Class<BeanType> beanClass, String prefix) throws EngineException(Code)(Java Doc) public BeanType getSubmissionBean(String submissionName, Class<BeanType> beanClass) throws EngineException(Code)(Java Doc) public BeanType getSubmissionBean(String submissionName, Class<BeanType> beanClass, String prefix) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionFormParameters(String name) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionFormParameters(String name, String[] parameterValues) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionFormParametersJavascript(String name, String[] parameterValues) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionFormUrl() throws EngineException(Code)(Java Doc) public CharSequence getSubmissionFormUrl(String pathinfo) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionQueryUrl(String name) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionQueryUrl(String name, String pathinfo) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionQueryUrl(String name, String[] parameterValues) throws EngineException(Code)(Java Doc) public CharSequence getSubmissionQueryUrl(String name, String pathinfo, String[] parameterValues) throws EngineException(Code)(Java Doc) public ElementInfo getTarget() throws EngineException(Code)(Java Doc) public Template getTxtTemplate() throws TemplateException, EngineException(Code)(Java Doc) public Template getTxtTemplate(String name) throws TemplateException, EngineException(Code)(Java Doc) public Template getTxtTemplate(String name, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public Template getTxtTemplate(String name, String encoding) throws TemplateException, EngineException(Code)(Java Doc) public Template getTxtTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public UploadedFile getUploadedFile(String name) throws EngineException(Code)(Java Doc) public ArrayList<String> getUploadedFileNames(String regexp) throws EngineException(Code)(Java Doc) public ArrayList<String> getUploadedFileNames() throws EngineException(Code)(Java Doc) public UploadedFile[] getUploadedFiles(String name) throws EngineException(Code)(Java Doc) public String getWebappRootUrl() throws EngineException(Code)(Java Doc) public Template getXhtmlTemplate() throws TemplateException, EngineException(Code)(Java Doc) public Template getXhtmlTemplate(String name) throws TemplateException, EngineException(Code)(Java Doc) public Template getXhtmlTemplate(String name, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public Template getXhtmlTemplate(String name, String encoding) throws TemplateException, EngineException(Code)(Java Doc) public Template getXhtmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public Template getXmlTemplate() throws TemplateException, EngineException(Code)(Java Doc) public Template getXmlTemplate(String name) throws TemplateException, EngineException(Code)(Java Doc) public Template getXmlTemplate(String name, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public Template getXmlTemplate(String name, String encoding) throws TemplateException, EngineException(Code)(Java Doc) public Template getXmlTemplate(String name, String encoding, TemplateTransformer transformer) throws TemplateException, EngineException(Code)(Java Doc) public boolean hasCookie(String name) throws EngineException(Code)(Java Doc) public boolean hasEmbedData() throws EngineException(Code)(Java Doc) public boolean hasEmbedValue() throws EngineException(Code)(Java Doc) public boolean hasInputValue(String name) throws EngineException(Code)(Java Doc) public boolean hasParameterValue(String name) throws EngineException(Code)(Java Doc) public boolean hasProperty(String name) throws EngineException(Code)(Java Doc) public boolean hasRequestAttribute(String name) throws EngineException(Code)(Java Doc) public boolean hasSubmission() throws EngineException(Code)(Java Doc) public boolean hasSubmission(String submissionName) throws EngineException(Code)(Java Doc) public boolean hasUploadedFile(String name) throws EngineException(Code)(Java Doc) public void initialize()(Code)(Java Doc) public boolean isEmbedded() throws EngineException(Code)(Java Doc) public boolean isFileEmpty(String name) throws EngineException(Code)(Java Doc) public boolean isInputEmpty(String name) throws EngineException(Code)(Java Doc) public boolean isParameterEmpty(String name) throws EngineException(Code)(Java Doc) public boolean isPropertyEmpty(String name) throws EngineException(Code)(Java Doc) public boolean isSecure() throws EngineException(Code)(Java Doc) public boolean isTextBufferEnabled() throws EngineException(Code)(Java Doc) final public void pause()(Code)(Java Doc) public void preventCaching() throws EngineException(Code)(Java Doc) public void print(Template template) throws TemplateException, EngineException(Code)(Java Doc) public void print(Object value) throws EngineException(Code)(Java Doc) public void processEmbeddedElement(Template template, String elementId) throws TemplateException, EngineException(Code)(Java Doc) public void processEmbeddedElement(Template template, String elementId, Object data) throws TemplateException, EngineException(Code)(Java Doc) public void processEmbeddedElement(Template template, String elementId, String differentiator) throws TemplateException, EngineException(Code)(Java Doc) public void processEmbeddedElement(Template template, String elementId, String differentiator, Object data) throws TemplateException, EngineException(Code)(Java Doc) public List<String> processTemplate(Template template) throws TemplateException, EngineException(Code)(Java Doc) public boolean prohibitRawAccess()(Code)(Java Doc) public void redirect(String url) throws EngineException(Code)(Java Doc) public void removeForm(Template template, Class beanClass) throws EngineException(Code)(Java Doc) public void removeForm(Template template, Class beanClass, String prefix) throws EngineException(Code)(Java Doc) public void removeRequestAttribute(String name) throws EngineException(Code)(Java Doc) public Collection<String> selectInputParameter(Template template, String name, String[] values) throws EngineException(Code)(Java Doc) public Collection<String> selectParameter(Template template, String name, String[] values)(Code)(Java Doc) public Collection<String> selectSubmissionParameter(Template template, String name, String[] values)(Code)(Java Doc) public Collection selectSubmissionParameter(Template template, String name, String value)(Code)(Java Doc) public void sendError(int statusCode) throws EngineException(Code)(Java Doc) public void sendError(int statusCode, String message) throws EngineException(Code)(Java Doc) public void sendRedirect(String location) throws EngineException(Code)(Java Doc) public void setChildTrigger(ElementChildTrigger childTrigger)(Code)(Java Doc) public void setCloneContinuations(boolean clone)(Code)(Java Doc) public void setContentLength(int length) throws EngineException(Code)(Java Doc) public void setContentType(String type) throws EngineException(Code)(Java Doc) public void setCookie(Cookie cookie) throws EngineException(Code)(Java Doc) public void setDateHeader(String name, long date) throws EngineException(Code)(Java Doc) public void setDeploymentClass(Class<? extends ElementDeployer> klass)(Code)(Java Doc) void setElementAware(ElementAware elementAware)(Code)(Java Doc) public void setElementContext(ElementContext elementContext)(Code)(Java Doc) void setElementInfo(ElementInfo elementInfo)(Code)(Java Doc) public void setExitForm(Template template, String name) throws TemplateException, EngineException(Code)(Java Doc) public void setExitForm(Template template, String name, String pathinfo) throws TemplateException, EngineException(Code)(Java Doc) public void setExitForm(Template template, String name, String[] outputValues) throws TemplateException, EngineException(Code)(Java Doc) public void setExitForm(Template template, String name, String pathinfo, String[] outputValues) throws TemplateException, EngineException(Code)(Java Doc) public void setExitQuery(Template template, String name) throws TemplateException, EngineException(Code)(Java Doc) public void setExitQuery(Template template, String name, String pathinfo) throws TemplateException, EngineException(Code)(Java Doc) public void setExitQuery(Template template, String name, String[] outputValues) throws TemplateException, EngineException(Code)(Java Doc) public void setExitQuery(Template template, String name, String pathinfo, String[] outputValues) throws TemplateException, EngineException(Code)(Java Doc) public void setHeader(String name, String value) throws EngineException(Code)(Java Doc) public void setInitializer(ElementInitializer initializer)(Code)(Java Doc) public void setIntHeader(String name, int value) throws EngineException(Code)(Java Doc) public void setNamedOutputBean(String name, Object bean) throws EngineException(Code)(Java Doc) public void setOutput(String name, String value) throws EngineException(Code)(Java Doc) public void setOutput(String name, String[] values) throws EngineException(Code)(Java Doc) public void setOutput(String name, boolean value) throws EngineException(Code)(Java Doc) public void setOutput(String name, char value) throws EngineException(Code)(Java Doc) public void setOutput(String name, char[] value) throws EngineException(Code)(Java Doc) public void setOutput(String name, double value) throws EngineException(Code)(Java Doc) public void setOutput(String name, float value) throws EngineException(Code)(Java Doc) public void setOutput(String name, int value) throws EngineException(Code)(Java Doc) public void setOutput(String name, long value) throws EngineException(Code)(Java Doc) public void setOutput(String name, Object value) throws EngineException(Code)(Java Doc) public void setOutputBean(Object bean) throws EngineException(Code)(Java Doc) public void setOutputBean(Object bean, String prefix) throws EngineException(Code)(Java Doc) public void setProhibitRawAccess(boolean access)(Code)(Java Doc) public void setRequestAttribute(String name, Object object) throws EngineException(Code)(Java Doc) public void setResponseLocale(Locale locale) throws EngineException(Code)(Java Doc) public void setStatus(int statusCode) throws EngineException(Code)(Java Doc) public void setSubmissionBean(Template template, Object beanInstance) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionBean(Template template, Object beanInstance, boolean encode) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionForm(Template template, String name) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionForm(Template template, String name, String pathinfo) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionForm(Template template, String name, String[] parameterValues) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionForm(Template template, String name, String pathinfo, String[] parameterValues) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionQuery(Template template, String name) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionQuery(Template template, String name, String pathinfo) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionQuery(Template template, String name, String[] parameterValues) throws TemplateException, EngineException(Code)(Java Doc) public void setSubmissionQuery(Template template, String name, String pathinfo, String[] parameterValues) throws TemplateException, EngineException(Code)(Java Doc) final public void stepBack()(Code)(Java Doc)
|
|
|