Class ExpressionEditorProcessor
- java.lang.Object
-
- org.jbpm.designer.expressioneditor.server.ExpressionEditorProcessor
-
public class ExpressionEditorProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND_PARAM
static String
MESSAGE_PARAM
-
Constructor Summary
Constructors Constructor Description ExpressionEditorProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doProcess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
-
-
-
Field Detail
-
MESSAGE_PARAM
public static final String MESSAGE_PARAM
- See Also:
- Constant Field Values
-
COMMAND_PARAM
public static final String COMMAND_PARAM
- See Also:
- Constant Field Values
-
-
Method Detail
-
doProcess
public void doProcess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-