| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.wps.pb.property.PropertyFactory
public class PropertyFactory
A factory class which must be used to create instances of interfaces
in the com.ibm.wps.pb.property
package.
Method Summary | |
---|---|
static Action | createAction(PortletSettings settings)
Deprecated. Creates and returns an Action object. |
static Parameter | createParameter(Property property,
Action action)
Deprecated. Creates and returns a Parameter object associated with the parent action and containing the specified property. |
static Property | createProperty(PortletSettings settings)
Deprecated. Creates and returns a Property object. |
static PropertyValue | createPropertyValue(Property property,
java.lang.Object value)
Deprecated. Creates and returns a PropertyValue object encapsulating a property and a value. |
static PropertyValue | createPropertyValue(Property property,
java.lang.Object value,
java.lang.String changeType)
Deprecated. Creates and returns a PropertyValue object encapsulating a property and a value and a reason for change. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Action createAction(PortletSettings settings) throws InvalidPropertyException
public static Property createProperty(PortletSettings settings) throws InvalidPropertyException
public static Parameter createParameter(Property property, Action action) throws InvalidPropertyException
public static PropertyValue createPropertyValue(Property property, java.lang.Object value) throws InvalidPropertyException
public static PropertyValue createPropertyValue(Property property, java.lang.Object value, java.lang.String changeType) throws InvalidPropertyException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |