com.liferay.faces.bridge.container.liferay
Class LiferayBaseURLImpl
java.lang.Object
com.liferay.faces.bridge.container.liferay.LiferayBaseURLImpl
- All Implemented Interfaces:
- LiferayBaseURL, javax.portlet.BaseURL
- Direct Known Subclasses:
- LiferayPortletURLImpl, LiferayResourceURLImpl
public abstract class LiferayBaseURLImpl
- extends Object
- implements LiferayBaseURL
- Author:
- Neil Griffin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.portlet.BaseURL |
toString |
LiferayBaseURLImpl
public LiferayBaseURLImpl(LiferayURLGenerator liferayURLGenerator)
addProperty
public void addProperty(String key,
String value)
- Specified by:
addProperty in interface javax.portlet.BaseURL
write
public void write(Writer writer)
throws IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
IOException
write
public void write(Writer writer,
boolean escapeXML)
throws IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
IOException
resetToString
protected abstract void resetToString()
getLiferayURLGenerator
public LiferayURLGenerator getLiferayURLGenerator()
setParameter
public void setParameter(String name,
String value)
- Specified by:
setParameter in interface javax.portlet.BaseURL
setParameter
public void setParameter(String name,
String[] values)
- Specified by:
setParameter in interface javax.portlet.BaseURL
getParameterMap
public Map<String,String[]> getParameterMap()
- Specified by:
getParameterMap in interface javax.portlet.BaseURL
setParameters
public void setParameters(Map<String,String[]> parameters)
- Specified by:
setParameters in interface javax.portlet.BaseURL
setProperty
public void setProperty(String key,
String value)
- Specified by:
setProperty in interface javax.portlet.BaseURL
setSecure
public void setSecure(boolean secure)
throws javax.portlet.PortletSecurityException
- Specified by:
setSecure in interface javax.portlet.BaseURL
- Throws:
javax.portlet.PortletSecurityException
Copyright © 2014 Liferay, Inc.. All Rights Reserved.