com.liferay.faces.bridge.context.url
Interface BridgeActionURL

All Superinterfaces:
BridgeResponseURL, BridgeURL
All Known Implementing Classes:
BridgeActionURLImpl, BridgeActionURLWrapper

public interface BridgeActionURL
extends BridgeResponseURL

This interface represents a bridge "action" URL, meaning a URL according to the deviation requirements of ExternalContext.encodeActionURL(String) listed in Section 6.1.3.1 of the Bridge Spec. Since this interface provides no additional method signatures, it serves as a marker interface of sorts that provides easier code readability.

Author:
Neil Griffin

Method Summary
 
Methods inherited from interface com.liferay.faces.bridge.context.url.BridgeResponseURL
applyToResponse
 
Methods inherited from interface com.liferay.faces.bridge.context.url.BridgeURL
getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing, toString
 



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