| |
|
| java.lang.Object org.apache.wsrp4j.util.WindowStates
fromString | public static WindowStates fromString(String value)(Code) | | Returns the WSRP window state build from a string representation
If a not supported window state is requested, null is returned
Parameters: value - String representation of the WSRP window state The WSRP WindowStates represented by the passed string |
fromValue | public static WindowStates fromValue(String value)(Code) | | Returns the WSRP window state build from a string representation
If a not supported window state is requested, null is returned
Parameters: value - String representation of the WSRP window state The WSRP WindowStates represented by the passed string |
getJsrPortletStateFromWsrpState | public static WindowState getJsrPortletStateFromWsrpState(WindowStates wsrpState)(Code) | | This helper method maps portlet window states defined in wsrp to portlet
window states defined in the java portlet standard (JSR-168).
If the passed wsrp window state is null or can not be mapped
directly the normal state is returned.
The javax.portlet.WindowState which corresponds to the given wsrp state. |
getWindowStatesAsStringArray | public static String[] getWindowStatesAsStringArray()(Code) | | |
getWsrpStateFromJsrPortletState | public static WindowStates getWsrpStateFromJsrPortletState(WindowState portletState)(Code) | | This helper method maps portlet window states defined in tha java portlet standard (JSR-168)
to window states defined in wsrp. If the passed state can not be resolved wsrp:normal state
is returned.
Parameters: portletState - The javax.portlet.WindowState which should be resolved asas portlet window state defined in wsrp. |
hashCode | public int hashCode()(Code) | | |
|
|
|