| Class Summary | 
| Constants |  | 
| DirectNavigationHandler | An alternative implementation of the standard JSF NavigationHandler API which
 directly using the outcome of an action as the name of the page to navigate to. | 
| ExternalContextUtils | TODO: This class is a copy of 
 org.apache.myfaces.commons.util.ExternalContextUtils
 
 Since tomahawk should be compatible with 1.1, this is placed
 here and there is not a dependency for myfaces-commons-utils, because
 this stuff only works for 1.2
 
 This provides some functionality for determining some things about the
 native request object that is not provided by JSF. | 
| RequestType | TODO: This class is a copy of 
 org.apache.myfaces.commons.util.RequestType
 
 Since tomahawk should be compatible with 1.1, this is placed
 here and there is not a dependency for myfaces-commons-utils, because
 this stuff only works for 1.2 (this class is also compatible
 with jdk 1.4)
 
 Represents the type of request currently in the ExternalContext. |