com.liferay.faces.bridge.context.url
Class BaseURLRelativeStringImpl
java.lang.Object
com.liferay.faces.bridge.context.url.BaseURLNonEncodedStringImpl
com.liferay.faces.bridge.context.url.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
| Methods inherited from class com.liferay.faces.bridge.context.url.BaseURLNonEncodedStringImpl |
addProperty, getMain, getParameterMap, getQuery, setParameter, setParameter, setParameters, setProperty, setSecure, write, write |
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 © 2014 Liferay, Inc.. All Rights Reserved.