|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.partial.PartialPageEventUtils
Utility methods for partial page event handling.
Method Summary | |
static PartialPageContext |
createPartialPageContext(javax.servlet.ServletRequest request)
Creates a PartialPageContext for the specified request. |
static PartialPageContext |
createPartialPageContext(ServletRequestParameters parameters)
Creates a PartialPageContext for the specified request parameters. |
static PartialPageContext |
getPartialPageContext(BajaContext context)
Retrieves the PartialPageContext from the BajaContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PartialPageContext createPartialPageContext(javax.servlet.ServletRequest request)
public static PartialPageContext createPartialPageContext(ServletRequestParameters parameters)
public static PartialPageContext getPartialPageContext(BajaContext context)
When a partial page request is received, the UIX Controller automatically creates a PartialPageContext which contains the partial targets that are specified by the request. Clients may need to modify the set of partial targets prior to rendering. One way to do this is to retrieve the PartialPageContext by calling getPartialPageContext() from within an EventHandler. The PartialPageContext APIs can then be used to examine the set of partial targets and add or remove targets as necessary.
PartialPageContext
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |