Uses of Class
org.apache.geronimo.xbeans.j2ee.DispatcherType.Enum

Packages that use DispatcherType.Enum
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of DispatcherType.Enum in org.apache.geronimo.xbeans.j2ee
 

Fields in org.apache.geronimo.xbeans.j2ee declared as DispatcherType.Enum
static DispatcherType.Enum DispatcherType.FORWARD
           
static DispatcherType.Enum DispatcherType.INCLUDE
           
static DispatcherType.Enum DispatcherType.REQUEST
           
 

Methods in org.apache.geronimo.xbeans.j2ee that return DispatcherType.Enum
static DispatcherType.Enum DispatcherType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static DispatcherType.Enum DispatcherType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 

Uses of DispatcherType.Enum in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return DispatcherType.Enum
 DispatcherType.Enum[] FilterMappingType.getDispatcherArray()
          Gets array of all "dispatcher" elements
 DispatcherType.Enum FilterMappingType.getDispatcherArray(int i)
          Gets ith "dispatcher" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type DispatcherType.Enum
 void FilterMappingType.setDispatcherArray(DispatcherType.Enum[] dispatcherArray)
          Sets array of all "dispatcher" element
 void FilterMappingType.setDispatcherArray(int i, DispatcherType.Enum dispatcher)
          Sets ith "dispatcher" element
 void FilterMappingType.insertDispatcher(int i, DispatcherType.Enum dispatcher)
          Inserts the value as the ith "dispatcher" element
 void FilterMappingType.addDispatcher(DispatcherType.Enum dispatcher)
          Appends the value as the last "dispatcher" element
 

Uses of DispatcherType.Enum in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return DispatcherType.Enum
 DispatcherType.Enum[] FilterMappingTypeImpl.getDispatcherArray()
          Gets array of all "dispatcher" elements
 DispatcherType.Enum FilterMappingTypeImpl.getDispatcherArray(int i)
          Gets ith "dispatcher" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type DispatcherType.Enum
 void FilterMappingTypeImpl.setDispatcherArray(DispatcherType.Enum[] dispatcherArray)
          Sets array of all "dispatcher" element
 void FilterMappingTypeImpl.setDispatcherArray(int i, DispatcherType.Enum dispatcher)
          Sets ith "dispatcher" element
 void FilterMappingTypeImpl.insertDispatcher(int i, DispatcherType.Enum dispatcher)
          Inserts the value as the ith "dispatcher" element
 void FilterMappingTypeImpl.addDispatcher(DispatcherType.Enum dispatcher)
          Appends the value as the last "dispatcher" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.