Package com.orchestranetworks.ui
Interface UIRequestContext
- All Superinterfaces:
UIContext
Deprecated.
Encapsulates an HTTP request so that a bean editor can
provide the user input validation context.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetOptionalRequestParameterValue(String aParameterName) Deprecated.String[]getOptionalRequestParameterValues(String aParameterName) Deprecated.Deprecated.Replaced byWidgetDisplayContext.getValueContext().getValueContext(Path aPath) Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path).Methods inherited from interface com.orchestranetworks.ui.UIContext
displayOccurrence, getHierarchyMember, getHierarchyNode, getLocale, getNode, getNode, getPathForListOccurrence, getPathForListOccurrence, getPathInAdaptation, getSession, getValue, getValue, getWebName, getWebNameFor, getWebNameForPath, getWebNameOfParent, isCreatingRecord, isDuplicatingRecord
-
Method Details
-
getValueContext
Deprecated.Replaced byWidgetDisplayContext.getValueContext(). Replaced byWidgetValidationContext.getValueContext().Returns the local validation context, relative to the node contained by this component. -
getValueContext
Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path). Replaced byWidgetValidationContext.getValueContext(Path). -
getOptionalRequestParameterValue
Deprecated.Returns the HTTP parameter value in the incoming request. -
getOptionalRequestParameterValues
Deprecated.Returns the HTTP parameter values in the incoming request.
-
UICustomWidgetinstead.