|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> impl >> [ htmlformatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation.impl.htmlformatter
Class DateLabel

java.lang.Objectorg.jbpm.workflow.delegation.AbstractConfigurable
org.jbpm.workflow.delegation.impl.htmlformatter.DateLabel
- All Implemented Interfaces:
- org.jbpm.workflow.delegation.Configurable, org.jbpm.workflow.delegation.HtmlFormatter, java.io.Serializable
- public class DateLabel
- extends org.jbpm.workflow.delegation.AbstractConfigurable
- implements org.jbpm.workflow.delegation.HtmlFormatter
- extends org.jbpm.workflow.delegation.AbstractConfigurable
| Field Summary |
| Fields inherited from class org.jbpm.workflow.delegation.AbstractConfigurable |
|
| Constructor Summary | |
DateLabel()
|
|
| Method Summary | |
java.lang.String |
objectToHtml(java.lang.Object value,
java.lang.String parameterName,
javax.servlet.http.HttpServletRequest request)
generates a HTML-fragment that is used to produce the automatically generated web-form that allows a user to perform an activity. |
java.lang.Object |
parseHttpParameter(java.lang.String text,
javax.servlet.http.HttpServletRequest request)
parses the text that is returned by the web-client to an java-object before it is stored in an org.jbpm.workflow.execution.AttributeInstance. |
| Methods inherited from class org.jbpm.workflow.delegation.AbstractConfigurable |
getConfiguration, setConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jbpm.workflow.delegation.Configurable |
setConfiguration |
| Constructor Detail |
DateLabel
public DateLabel()
| Method Detail |
objectToHtml
public java.lang.String objectToHtml(java.lang.Object value, java.lang.String parameterName, javax.servlet.http.HttpServletRequest request)
- Description copied from interface:
org.jbpm.workflow.delegation.HtmlFormatter - generates a HTML-fragment that is used to produce the automatically generated
web-form that allows a user to perform an activity.
- Specified by:
objectToHtmlin interfaceorg.jbpm.workflow.delegation.HtmlFormatter
parseHttpParameter
public java.lang.Object parseHttpParameter(java.lang.String text, javax.servlet.http.HttpServletRequest request) throws java.text.ParseException
- Description copied from interface:
org.jbpm.workflow.delegation.HtmlFormatter - parses the text that is returned by the web-client to an java-object before it is
stored in an org.jbpm.workflow.execution.AttributeInstance.
- Specified by:
parseHttpParameterin interfaceorg.jbpm.workflow.delegation.HtmlFormatter
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> delegation >> impl >> [ htmlformatter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC