Fields Summary |
---|
private static final String | WORKFLOW_TAGtags used in the XML definition of workflows and states |
private static final String | STATE_TAG |
private static final String | NAME_ATTRattributes shared with JSP pages |
private static final String | ACTION_ATTR |
private static final String | VIEW_ATTR |
private static final String | ACTION_PREFIXwhere action classes can be found |
private ServletContext | contextthe servlet context |
private State[] | statesthe states this dispatcher uses as data |
private int | currentStatethe current state of this dispatcher |