UIX 2.2.16

oracle.cabo.servlet.util
Class ForwardUtils

java.lang.Object
  |
  +--oracle.cabo.servlet.util.ForwardUtils

public class ForwardUtils
extends java.lang.Object

Utilities for forwarding to an URL.


Constructor Summary
ForwardUtils()
           
 
Method Summary
static void forward(BajaContext context, java.lang.String url)
          Attempts to forward the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardUtils

public ForwardUtils()
Method Detail

forward

public static void forward(BajaContext context,
                           java.lang.String url)
                    throws javax.servlet.ServletException,
                           java.io.IOException
Attempts to forward the page.
Parameters:
context - the BajaContext
url - the url to forward to
Throws:
javax.servlet.ServletException -  
java.io.IOException -  

UIX 2.2.16