|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.portal.provider.v2.webservice.WebServiceRenderer.ParameterBinding
Base class for objects representing a parameter in the request to the web service to that can be 'bound' to a variety of sources.
| Constructor Summary | |
WebServiceRenderer.ParameterBinding()
|
|
WebServiceRenderer.ParameterBinding(java.lang.String name)
|
|
| Method Summary | |
java.lang.String |
getName()
Gets the binding name, which identifies the particular item of data it is bound to. |
abstract java.lang.String |
getValue(WebServiceRenderRequest wrr)
Evaluates the binding in the context of the given WebServiceRenderRequest. |
boolean |
isMandatory()
Determines whether this ParameterBinding is
mandatory. |
void |
setName(java.lang.String name)
Sets the binding name, which identifies the particular item of data it should be bound to. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WebServiceRenderer.ParameterBinding()
public WebServiceRenderer.ParameterBinding(java.lang.String name)
| Method Detail |
public final void setName(java.lang.String name)
name - the binding namepublic final java.lang.String getName()
public abstract java.lang.String getValue(WebServiceRenderRequest wrr)
throws PortletException
WebServiceRenderRequest.
WebServiceRenderRequest.
PortletException - if an exception occurs while evaluating
the binding.public boolean isMandatory()
ParameterBinding is
mandatory. If a WebServiceRenderer has any mandatory
parameter bindings, its web service will not be invoked until all
its bindings have a value which is non-null and not equal to the
empty string. By default, all parameters are non-mandatory.
|
OracleAS PDK for Java 9.0.4.0.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||