Package lumis.service.wsrp.consumer.doui
Class RemotePortletConfigurationInterfaceConstants
- java.lang.Object
-
- lumis.service.wsrp.consumer.doui.RemotePortletConfigurationInterfaceConstants
-
public class RemotePortletConfigurationInterfaceConstants extends Object
Class used to store constants used by WSRP consumer.- Since:
- 5.5.0
- Version:
- $Revision: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
-
-
Field Summary
Fields Modifier and Type Field Description static String
REMOTE_PORTLET_HANDLE_CUSTOM_PROPERTY_ID
Custom property name used to store remote portlet handle.static String
REMOTE_PORTLET_HANDLE_PARAMETER_NAME
Remote portlet handle parameter name.
-
Constructor Summary
Constructors Constructor Description RemotePortletConfigurationInterfaceConstants()
-
-
-
Field Detail
-
REMOTE_PORTLET_HANDLE_CUSTOM_PROPERTY_ID
public static final String REMOTE_PORTLET_HANDLE_CUSTOM_PROPERTY_ID
Custom property name used to store remote portlet handle.- Since:
- 5.5.0
- See Also:
- Constant Field Values
-
REMOTE_PORTLET_HANDLE_PARAMETER_NAME
public static final String REMOTE_PORTLET_HANDLE_PARAMETER_NAME
Remote portlet handle parameter name.- Since:
- 5.5.0
- See Also:
- Constant Field Values
-
-