|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.portal.propertybroker.property.ParameterBindingType
public class ParameterBindingType
Typesafe enum pattern that encapsulates the binding types of a Parameter.
This class defines constants for binding types recognized in the WebSphere Portal
environment. Third parties may extend this class to create new
parameter binding types for other environments.
Parameter,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.String |
iDescription
|
protected int |
iValue
|
static ParameterBindingType |
RENDER_PARAMETER
This Parameter is bound as a portlet's render parameter. |
static ParameterBindingType |
REQUEST_ATTRIBUTE
This Parameter is bound as a portlet's request attribute. |
static ParameterBindingType |
REQUEST_PARAMETER
This Parameter is bound as a portlet's request parameter. |
static ParameterBindingType |
SESSION_ATTRIBUTE
This Parameter is bound as a portlet's session attribute. |
| Constructor Summary | |
|---|---|
protected |
ParameterBindingType(int aValue,
java.lang.String aDescription)
Constructs a new ParameterBindingType |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object that)
Marked final to ensure that subclasses do not change this method |
int |
hashCode()
Marked final to ensure that subclasses do not change this method |
java.lang.String |
toString()
Override default |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ParameterBindingType REQUEST_PARAMETER
Parameter is bound as a portlet's request parameter.
public static final ParameterBindingType SESSION_ATTRIBUTE
Parameter is bound as a portlet's session attribute.
public static final ParameterBindingType REQUEST_ATTRIBUTE
Parameter is bound as a portlet's request attribute.
public static final ParameterBindingType RENDER_PARAMETER
Parameter is bound as a portlet's render parameter.
protected final int iValue
protected final java.lang.String iDescription
| Constructor Detail |
|---|
protected ParameterBindingType(int aValue,
java.lang.String aDescription)
ParameterBindingType
aValue - An int value identifying the parameter binding typeaDescription - A textual description of the parameter binding type| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic final boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||