Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation.impl.htmlformatter
Class PersonInput  view PersonInput download PersonInput.java

java.lang.Object
  extended byorg.jbpm.workflow.delegation.AbstractConfigurable
      extended byorg.jbpm.workflow.delegation.impl.htmlformatter.PersonInput
All Implemented Interfaces:
org.jbpm.workflow.delegation.Configurable, org.jbpm.workflow.delegation.HtmlFormatter, java.io.Serializable

public class PersonInput
extends org.jbpm.workflow.delegation.AbstractConfigurable
implements org.jbpm.workflow.delegation.HtmlFormatter


Field Summary
private static org.jbpm.util.client.ServiceLocator serviceLocator
           
 
Fields inherited from class org.jbpm.workflow.delegation.AbstractConfigurable
 
Constructor Summary
PersonInput()
           
 
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
 

Field Detail

serviceLocator

private static final org.jbpm.util.client.ServiceLocator serviceLocator
Constructor Detail

PersonInput

public PersonInput()
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:
objectToHtml in interface org.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:
parseHttpParameter in interface org.jbpm.workflow.delegation.HtmlFormatter