nextapp.echoservlet
Class ControllerInputProcessor

java.lang.Object
  extended by nextapp.echoservlet.ControllerInputProcessor

public final class ControllerInputProcessor
extends java.lang.Object

Parses the HTTP request, storing component peers that will be used in its processing.


Field Summary
static java.lang.String E_IN_JZENO_DYNATABLE_TABLECOLUMN
           
static java.lang.String E_IN_JZENO_DYNATABLE_TABLEID
           
static java.lang.String E_IN_JZENO_DYNATABLE_TABLEROW
           
static java.lang.String JZENO_IGNORE_REDRAW
           
static java.lang.String UPDATE_ORDER
           
 
Method Summary
static boolean causedByNonFatalException(java.lang.Throwable e)
           
 ComponentPeer getPeerForId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_ORDER

public static final java.lang.String UPDATE_ORDER
See Also:
Constant Field Values

JZENO_IGNORE_REDRAW

public static final java.lang.String JZENO_IGNORE_REDRAW
See Also:
Constant Field Values

E_IN_JZENO_DYNATABLE_TABLECOLUMN

public static final java.lang.String E_IN_JZENO_DYNATABLE_TABLECOLUMN
See Also:
Constant Field Values

E_IN_JZENO_DYNATABLE_TABLEROW

public static final java.lang.String E_IN_JZENO_DYNATABLE_TABLEROW
See Also:
Constant Field Values

E_IN_JZENO_DYNATABLE_TABLEID

public static final java.lang.String E_IN_JZENO_DYNATABLE_TABLEID
See Also:
Constant Field Values
Method Detail

causedByNonFatalException

public static boolean causedByNonFatalException(java.lang.Throwable e)

getPeerForId

public ComponentPeer getPeerForId(java.lang.String id)