com.liferay.faces.bridge.context.url.internal
Class BaseURLEncodedExternalStringImpl
java.lang.Object
com.liferay.faces.bridge.context.url.internal.BaseURLNonEncodedStringImpl
com.liferay.faces.bridge.context.url.internal.BaseURLEncodedStringImpl
com.liferay.faces.bridge.context.url.internal.BaseURLEncodedExternalStringImpl
- All Implemented Interfaces:
- javax.portlet.BaseURL
public class BaseURLEncodedExternalStringImpl
- extends BaseURLEncodedStringImpl
This class represents a simple "encoded" BaseURL, meaning an implementation that encodes a String based URL
that is "external" to the application. Since this class doesn't override any methods in the superclass it is
essentially a marker-class for code readability. The only methods that are meant to be called is BaseURLEncodedStringImpl.toString() and BaseURLNonEncodedStringImpl.write(Writer, boolean). All
other methods throw an UnsupportedOperationException.
- Author:
- Neil Griffin
BaseURLEncodedExternalStringImpl
public BaseURLEncodedExternalStringImpl(String externalURL,
Map<String,String[]> parameterMap,
javax.portlet.PortletResponse portletResponse)
- Constructs a new instance of this class.
- Parameters:
externalURL - This is a URL "external" to this application, like http://www.foo.bar/foo.pngparameterMap - The current map of URL parameters.portletResponse - The current PortletResponse.
Copyright © 2015 Liferay, Inc.. All rights reserved.