com.liferay.faces.bridge.filter.liferay
Class LiferayResourceURLWrapper
java.lang.Object
com.liferay.faces.bridge.filter.liferay.LiferayResourceURLWrapper
- All Implemented Interfaces:
- LiferayResourceURL, javax.faces.FacesWrapper<LiferayResourceURL>, javax.portlet.BaseURL, javax.portlet.ResourceURL
public abstract class LiferayResourceURLWrapper
- extends Object
- implements LiferayResourceURL, javax.faces.FacesWrapper<LiferayResourceURL>
- Author:
- Neil Griffin
| Fields inherited from interface javax.portlet.ResourceURL |
FULL, PAGE, PORTLET, SHARED |
| 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 |
LiferayResourceURLWrapper
public LiferayResourceURLWrapper()
addProperty
public void addProperty(String key,
String value)
- Specified by:
addProperty in interface javax.portlet.BaseURL
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
getCacheability
public String getCacheability()
- Specified by:
getCacheability in interface javax.portlet.ResourceURL
setCacheability
public void setCacheability(String cacheLevel)
- Specified by:
setCacheability in interface javax.portlet.ResourceURL
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
setResourceID
public void setResourceID(String resourceID)
- Specified by:
setResourceID in interface javax.portlet.ResourceURL
setSecure
public void setSecure(boolean secure)
throws javax.portlet.PortletSecurityException
- Specified by:
setSecure in interface javax.portlet.BaseURL
- Throws:
javax.portlet.PortletSecurityException
getWrapped
public abstract LiferayResourceURL getWrapped()
- Specified by:
getWrapped in interface javax.faces.FacesWrapper<LiferayResourceURL>
Copyright © 2015 Liferay, Inc.. All rights reserved.