Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.jsps
Class GenericEntry

java.lang.Object
  |
  +--oracle.cabo.ui.jsps.GenericEntry

public class GenericEntry
extends java.lang.Object

Generic entry point for all UIX JSPs.


Field Summary
static java.lang.String CALENDAR_DIALOG_JSP
          Key identifying the calendar dialog JSP.
static java.lang.String JS_CACHE_JSP
          Key identifying the javascript cache JSP.
static java.lang.String NEW_FRAME_REDIRECT_JSP
          Key identifying the "new" frame redirect JSP.
static java.lang.String OLD_FRAME_REDIRECT_JSP
          Key identifying the "old" frame redirect JSP.
static java.lang.String RECODING_FRAME_REDIRECT_JSP
          Key identifying a frame redirect which recodes parameters from UTF-8 to the character set of the request.
 
Method Summary
static java.lang.String getJSP(java.lang.String jspName)
           
static void service(javax.servlet.jsp.PageContext context, java.lang.String jspName)
           
static void serviceGeneric(javax.servlet.jsp.PageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CALENDAR_DIALOG_JSP

public static final java.lang.String CALENDAR_DIALOG_JSP
Key identifying the calendar dialog JSP.

NEW_FRAME_REDIRECT_JSP

public static final java.lang.String NEW_FRAME_REDIRECT_JSP
Key identifying the "new" frame redirect JSP.

OLD_FRAME_REDIRECT_JSP

public static final java.lang.String OLD_FRAME_REDIRECT_JSP
Key identifying the "old" frame redirect JSP.

RECODING_FRAME_REDIRECT_JSP

public static final java.lang.String RECODING_FRAME_REDIRECT_JSP
Key identifying a frame redirect which recodes parameters from UTF-8 to the character set of the request.

JS_CACHE_JSP

public static final java.lang.String JS_CACHE_JSP
Key identifying the javascript cache JSP.
Method Detail

serviceGeneric

public static void serviceGeneric(javax.servlet.jsp.PageContext context)
                           throws javax.servlet.ServletException,
                                  java.io.IOException

service

public static void service(javax.servlet.jsp.PageContext context,
                           java.lang.String jspName)
                    throws javax.servlet.ServletException,
                           java.io.IOException

getJSP

public static java.lang.String getJSP(java.lang.String jspName)

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.