| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterController
ParameterController
encapsulates setter methods used when initializing instances of
Parameter. This interface does not have any runtime specific
dependencies, as it is intended for reuse across different component runtime
environments where brokered communication across components may be supported.
See the getter methods in Parameter for a detailed
description of the attributes which are set by the methods in this
interface.
In the WebSphere Portal environment,
ParameterController
objects may be programmatically created using PropertyBrokerService, followed
by invoking the setter methods of this interface, or these objects may be implicitly
created by the runtime using information provided in a WSDL file.
Method Summary | |
---|---|
void | setBindingType(ParameterBindingType value)
Set where the parameter is bound. |
void | setDescription(java.lang.String description,
java.util.Locale locale)
Set a string containing a description of the parameter. |
void | setPresentIfNullValue(boolean value)
Set the flag controlling if null valued parameters are to be treated as being present or absent (i.e if the null value is significant for the purposes of triggering brokered communication). |
void | setTitle(java.lang.String title,
java.util.Locale locale)
Set a string containing a short description of the parameter. |
Methods inherited from interface com.ibm.portal.propertybroker.property.Parameter |
---|
getAction, getBindingType, getDescription, getName, getProperty, getSupportedLocales, getTitle, isPresentIfNullValue |
Method Detail |
---|
void setBindingType(ParameterBindingType value)
ParameterBindingType.REQUEST_PARAMETER
.
This method is optional.
void setTitle(java.lang.String title, java.util.Locale locale)
String
containing a short description of the parameter.void setDescription(java.lang.String description, java.util.Locale locale)
String
containing a description of the parameter.void setPresentIfNullValue(boolean value)
isPresentIfNullValue
method in the
Parameter class for a description of the flag.
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |