com.liferay.faces.bridge.container
Class ResourceURLWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.container.BaseURLWrapper
      extended by com.liferay.faces.bridge.container.ResourceURLWrapper
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.ResourceURL>, javax.portlet.BaseURL, javax.portlet.ResourceURL
Direct Known Subclasses:
PlutoResourceURL

public abstract class ResourceURLWrapper
extends BaseURLWrapper
implements javax.portlet.ResourceURL, javax.faces.FacesWrapper<javax.portlet.ResourceURL>

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface javax.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED
 
Constructor Summary
ResourceURLWrapper()
           
 
Method Summary
 String getCacheability()
           
abstract  javax.portlet.ResourceURL getWrapped()
           
 void setCacheability(String cacheLevel)
           
 void setResourceID(String resourceID)
           
 
Methods inherited from class com.liferay.faces.bridge.container.BaseURLWrapper
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.portlet.BaseURL
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
 

Constructor Detail

ResourceURLWrapper

public ResourceURLWrapper()
Method Detail

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

setResourceID

public void setResourceID(String resourceID)
Specified by:
setResourceID in interface javax.portlet.ResourceURL

getWrapped

public abstract javax.portlet.ResourceURL getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.ResourceURL>
Specified by:
getWrapped in class BaseURLWrapper


Copyright © 2014 Liferay, Inc.. All Rights Reserved.