com.liferay.faces.bridge.context.url.internal
Class BaseURLEncodedStringImpl
java.lang.Object
com.liferay.faces.bridge.context.url.internal.BaseURLNonEncodedStringImpl
com.liferay.faces.bridge.context.url.internal.BaseURLEncodedStringImpl
- All Implemented Interfaces:
- javax.portlet.BaseURL
- Direct Known Subclasses:
- BaseURLEncodedExternalStringImpl
public abstract class BaseURLEncodedStringImpl
- extends BaseURLNonEncodedStringImpl
This abstract class represents a simple "encoded" BaseURL, meaning an implementation that encodes a String
based URL. The only methods that are meant to be called is toString() and BaseURLNonEncodedStringImpl.write(Writer, boolean). All other methods throw an UnsupportedOperationException.
- Author:
- Neil Griffin
BaseURLEncodedStringImpl
public BaseURLEncodedStringImpl(String url,
Map<String,String[]> parameterMap,
javax.portlet.PortletResponse portletResponse)
toString
public String toString()
- Specified by:
toString in interface javax.portlet.BaseURL- Overrides:
toString in class BaseURLNonEncodedStringImpl
Copyright © 2015 Liferay, Inc.. All rights reserved.