Package com.orchestranetworks.ui
Interface UIRequestContext
- All Superinterfaces:
- UIContext
 
 - @Deprecated public interface UIRequestContext extends UIContext Deprecated.From 5.8.0, please use the new API- UICustomWidgetinstead.Encapsulates an HTTP request so that a bean editor can provide the user input validation context.- See Also:
- UIBeanEditor
 
-   Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetOptionalRequestParameterValue (String aParameterName)Deprecated.String[]getOptionalRequestParameterValues (String aParameterName)Deprecated.ValueContextForInputValidationgetValueContext()Deprecated.Replaced byWidgetDisplayContext.getValueContext().ValueContextForInputValidationgetValueContext (Path aPath)Deprecated.Replaced byWidgetDisplayContext.getValueContext(Path).-   Methods inherited from interface com.orchestranetworks.ui.UIContextdisplayOccurrence, getHierarchyMember, getHierarchyNode, getLocale, getNode, getNode, getPathForListOccurrence, getPathForListOccurrence, getPathInAdaptation, getSession, getValue, getValue, getWebName, getWebNameFor, getWebNameForPath, getWebNameOfParent, isCreatingRecord, isDuplicatingRecord
 
-   
 
-   
-   Method Detail- getValueContext- @Deprecated ValueContextForInputValidation getValueContext() Deprecated.Replaced by- WidgetDisplayContext.getValueContext(). Replaced by- WidgetValidationContext.getValueContext().Returns the local validation context, relative to the node contained by this component.
 - getValueContext- @Deprecated ValueContextForInputValidation getValueContext(Path aPath) Deprecated.Replaced by- WidgetDisplayContext.getValueContext(Path). Replaced by- WidgetValidationContext.getValueContext(Path).
 - getOptionalRequestParameterValue- @Deprecated String getOptionalRequestParameterValue(String aParameterName) Deprecated.Returns the HTTP parameter value in the incoming request.
 - getOptionalRequestParameterValues- @Deprecated String[] getOptionalRequestParameterValues(String aParameterName) Deprecated.Returns the HTTP parameter values in the incoming request.
 
 
-