com.liferay.faces.bridge.context.url.internal
Class BaseURLRelativeStringImpl
java.lang.Object
com.liferay.faces.bridge.context.url.internal.BaseURLNonEncodedStringImpl
com.liferay.faces.bridge.context.url.internal.BaseURLRelativeStringImpl
- All Implemented Interfaces:
- javax.portlet.BaseURL
public class BaseURLRelativeStringImpl
- extends BaseURLNonEncodedStringImpl
This class represents a relative BaseURL, meaning an implementation that simply wraps a String based URL that
starts with "../" and does not require encoding. 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
BaseURLRelativeStringImpl
public BaseURLRelativeStringImpl(String url,
Map<String,String[]> parameterMap,
BridgeContext bridgeContext)
toString
public String toString()
- Specified by:
toString in interface javax.portlet.BaseURL- Overrides:
toString in class BaseURLNonEncodedStringImpl
Copyright © 2015 Liferay, Inc.. All rights reserved.