com.endeca.portal.export.util
Class ExportUtil

java.lang.Object
  extended by com.endeca.portal.export.util.ExportUtil

public class ExportUtil
extends java.lang.Object

Common constants and URL builders for page-transitions to the shared export-portlet.


Field Summary
static FrameworkSetting EXPORT_PORTLET_NAME
           
static java.lang.String KEY_EXPORT_PORTLET_NAME
           
static java.lang.String RESOURCE_EXPORT_PARAM_ACTION_QUERY_STATE
           
static java.lang.String RESOURCE_EXPORT_PARAM_ACTION_SOURCE_CONFIG
           
static java.lang.String RESOURCE_EXPORT_PARAM_DATASOURCE_ID
           
 
Constructor Summary
ExportUtil()
           
 
Method Summary
protected static java.lang.String createLiferayUrlTargetForExportPortlet(java.lang.String portletName)
           
static java.lang.String getExportPortletName()
          Returns the name of the export portlet, according to setting "df.exportPortletName".
static java.lang.String getLiferayUrlTargetForExportPortlet()
          Returns the query-string portion of Liferay URL parameters to invoke the export-portlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_EXPORT_PORTLET_NAME

public static final java.lang.String KEY_EXPORT_PORTLET_NAME
See Also:
Constant Field Values

EXPORT_PORTLET_NAME

public static final FrameworkSetting EXPORT_PORTLET_NAME

RESOURCE_EXPORT_PARAM_DATASOURCE_ID

public static final java.lang.String RESOURCE_EXPORT_PARAM_DATASOURCE_ID
See Also:
Constant Field Values

RESOURCE_EXPORT_PARAM_ACTION_QUERY_STATE

public static final java.lang.String RESOURCE_EXPORT_PARAM_ACTION_QUERY_STATE
See Also:
Constant Field Values

RESOURCE_EXPORT_PARAM_ACTION_SOURCE_CONFIG

public static final java.lang.String RESOURCE_EXPORT_PARAM_ACTION_SOURCE_CONFIG
See Also:
Constant Field Values
Constructor Detail

ExportUtil

public ExportUtil()
Method Detail

getExportPortletName

public static java.lang.String getExportPortletName()
Returns the name of the export portlet, according to setting "df.exportPortletName".

Returns:
the name of the export portlet

getLiferayUrlTargetForExportPortlet

public static java.lang.String getLiferayUrlTargetForExportPortlet()
Returns the query-string portion of Liferay URL parameters to invoke the export-portlet.

Returns:
URL query-string for the export portlet.

createLiferayUrlTargetForExportPortlet

protected static java.lang.String createLiferayUrlTargetForExportPortlet(java.lang.String portletName)