|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.html.struts11.BC4JUtils
BC4JUtils contains a set of method to facilitate usage of the BC4JContext.
Constructor Summary | |
BC4JUtils() |
Method Summary | |
static org.apache.struts.action.ActionForward |
getForwardFromContext(BC4JContext ctx, org.apache.struts.action.ActionMapping mapping) Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext . |
static org.apache.struts.action.ActionForward |
getForwardFromContext(BC4JContext ctx, BC4JActionMapping mapping) Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext . |
static org.apache.struts.action.ActionForward |
getForwardFromContext(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping) Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BC4JUtils()
Method Detail |
public static org.apache.struts.action.ActionForward getForwardFromContext(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping)
BC4JContext
.getForwardFromContext(BC4JContext, BC4JActionMapping)
public static org.apache.struts.action.ActionForward getForwardFromContext(BC4JContext ctx, org.apache.struts.action.ActionMapping mapping)
BC4JContext
.getForwardFromContext(BC4JContext, BC4JActionMapping)
public static org.apache.struts.action.ActionForward getForwardFromContext(BC4JContext ctx, BC4JActionMapping mapping)
Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext
. Use the following rule to retrieve the best forward for the situation.
Action.execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.ServletRequest, javax.servlet.ServletResponse)
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.