com.liferay.faces.bridge.container.liferay
Class LiferayResourceURLImpl

java.lang.Object
  extended by com.liferay.faces.bridge.container.liferay.LiferayBaseURLImpl
      extended by com.liferay.faces.bridge.container.liferay.LiferayResourceURLImpl
All Implemented Interfaces:
LiferayBaseURL, LiferayResourceURL, javax.portlet.BaseURL, javax.portlet.ResourceURL

public class LiferayResourceURLImpl
extends LiferayBaseURLImpl
implements LiferayResourceURL

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface javax.portlet.ResourceURL
FULL, PAGE, PORTLET, SHARED
 
Constructor Summary
LiferayResourceURLImpl(LiferayURLGenerator liferayURLGenerator)
           
 
Method Summary
 String getCacheability()
           
protected  void resetToString()
           
 void setCacheability(String cacheLevel)
           
 void setResourceID(String resourceID)
           
 String toString()
           
 
Methods inherited from class com.liferay.faces.bridge.container.liferay.LiferayBaseURLImpl
addProperty, getLiferayURLGenerator, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, 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, write, write
 

Constructor Detail

LiferayResourceURLImpl

public LiferayResourceURLImpl(LiferayURLGenerator liferayURLGenerator)
Method Detail

toString

public String toString()
Specified by:
toString in interface javax.portlet.BaseURL
Overrides:
toString in class Object

resetToString

protected void resetToString()
Specified by:
resetToString in class LiferayBaseURLImpl

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


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