Uses of Class
org.eclipse.jst.j2ee.webapplication.DispatcherType

Packages that use DispatcherType
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
 

Uses of DispatcherType in org.eclipse.jst.j2ee.webapplication
 

Fields in org.eclipse.jst.j2ee.webapplication declared as DispatcherType
static DispatcherType DispatcherType.FORWARD_LITERAL
          The 'FORWARD' literal object
static DispatcherType DispatcherType.INCLUDE_LITERAL
          The 'INCLUDE' literal object
static DispatcherType DispatcherType.REQUEST_LITERAL
          The 'REQUEST' literal object
static DispatcherType DispatcherType.ERROR_LITERAL
          The 'ERROR' literal object
 

Methods in org.eclipse.jst.j2ee.webapplication that return DispatcherType
static DispatcherType DispatcherType.get(java.lang.String literal)
          Returns the 'Dispatcher Type' literal with the specified literal value
static DispatcherType DispatcherType.getByName(java.lang.String name)
          Returns the 'Dispatcher Type' literal with the specified name
static DispatcherType DispatcherType.get(int value)
          Returns the 'Dispatcher Type' literal with the specified integer value