com.liferay.faces.bridge
Interface BridgeExt


public interface BridgeExt

Author:
Neil Griffin

Field Summary
static String BRIDGE_CONTEXT_ATTRIBUTE
          Deprecated. The new technique for acquiring the BridgeContext instance is to call BridgeContext.getCurrentInstance().
static String FACES_AJAX_PARAMETER
           
 

Field Detail

BRIDGE_CONTEXT_ATTRIBUTE

@Deprecated
static final String BRIDGE_CONTEXT_ATTRIBUTE
Deprecated. The new technique for acquiring the BridgeContext instance is to call BridgeContext.getCurrentInstance().
The name of the PortletRequest attribute that contains the BridgeContext instance. NOTE that changing the value of BRIDGE_CONTEXT_ATTRIBUTE will have a negative impact on the ICEfaces FileEntryPhaseListener#setPortletRequestWrapper(Object) method.

See Also:
Constant Field Values

FACES_AJAX_PARAMETER

static final String FACES_AJAX_PARAMETER
See Also:
Constant Field Values


Copyright © 2014 Liferay, Inc.. All Rights Reserved.