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.
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 |
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.
JS_CACHE_JSP
public static final java.lang.String JS_CACHE_JSP
- Key identifying the javascript cache JSP.
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)