com.liferay.faces.bridge.filter.liferay
Class LiferayActionURLWrapper
java.lang.Object
com.liferay.faces.bridge.filter.liferay.LiferayActionURLWrapper
- All Implemented Interfaces:
- LiferayActionURL, javax.faces.FacesWrapper<LiferayActionURL>, javax.portlet.BaseURL, javax.portlet.PortletURL
public abstract class LiferayActionURLWrapper
- extends Object
- implements LiferayActionURL, javax.faces.FacesWrapper<LiferayActionURL>
- Author:
- Neil Griffin
LiferayActionURLWrapper
public LiferayActionURLWrapper()
addProperty
public void addProperty(String key,
String value)
- Specified by:
addProperty in interface javax.portlet.BaseURL
removePublicRenderParameter
public void removePublicRenderParameter(String name)
- Specified by:
removePublicRenderParameter in interface javax.portlet.PortletURL
toString
public String toString()
- Specified by:
toString in interface javax.portlet.BaseURL- Overrides:
toString in class Object
write
public void write(Writer out)
throws IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
IOException
write
public void write(Writer out,
boolean escapeXML)
throws IOException
- Specified by:
write in interface javax.portlet.BaseURL
- Throws:
IOException
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
getPortletMode
public javax.portlet.PortletMode getPortletMode()
- Specified by:
getPortletMode in interface javax.portlet.PortletURL
setPortletMode
public void setPortletMode(javax.portlet.PortletMode portletMode)
throws javax.portlet.PortletModeException
- Specified by:
setPortletMode in interface javax.portlet.PortletURL
- Throws:
javax.portlet.PortletModeException
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
getWindowState
public javax.portlet.WindowState getWindowState()
- Specified by:
getWindowState in interface javax.portlet.PortletURL
setWindowState
public void setWindowState(javax.portlet.WindowState windowState)
throws javax.portlet.WindowStateException
- Specified by:
setWindowState in interface javax.portlet.PortletURL
- Throws:
javax.portlet.WindowStateException
getWrapped
public abstract LiferayActionURL getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<LiferayActionURL>
Copyright © 2015 Liferay, Inc.. All rights reserved.