Uses of Class
com.orchestranetworks.ui.UIHttpManagerComponentReturnCode
Packages that use UIHttpManagerComponentReturnCode
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of UIHttpManagerComponentReturnCode in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIHttpManagerComponentReturnCodeModifier and TypeFieldDescriptionstatic final UIHttpManagerComponentReturnCodeUIHttpManagerComponentReturnCode.MERGE_CANCELThis code is returned when a merge has been cancelled by the user.static final UIHttpManagerComponentReturnCodeUIHttpManagerComponentReturnCode.MERGE_DONEThis code is returned when a merge has been processed successfully.static final UIHttpManagerComponentReturnCodeUIHttpManagerComponentReturnCode.MERGE_ERRORThis code is returned when an error occurs during merge.static final UIHttpManagerComponentReturnCodeUIHttpManagerComponentReturnCode.NOTHING_TO_MERGEThis code is returned when there are no modifications to merge.Methods in com.orchestranetworks.ui that return UIHttpManagerComponentReturnCodeModifier and TypeMethodDescriptionUIHttpManagerComponentHelper.getReturnCodeFromHttpRequest(ServletRequest aRequest) Extracts the return code generated by the EBX® Web Component; returnsnullif no return code is set in the request.Parses the specified string so as to return a 'return code' object.