com.liferay.faces.util.application
Class ComponentResourceWrapper

java.lang.Object
  extended by com.liferay.faces.util.application.ComponentResourceWrapper
All Implemented Interfaces:
ComponentResource, javax.faces.FacesWrapper<ComponentResource>

public abstract class ComponentResourceWrapper
extends Object
implements ComponentResource, javax.faces.FacesWrapper<ComponentResource>

Author:
Neil Griffin

Constructor Summary
ComponentResourceWrapper()
           
 
Method Summary
 String getId()
           
 String getLibrary()
           
 String getName()
           
abstract  ComponentResource getWrapped()
           
 boolean isRenderable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentResourceWrapper

public ComponentResourceWrapper()
Method Detail

isRenderable

public boolean isRenderable()
Specified by:
isRenderable in interface ComponentResource

getId

public String getId()
Specified by:
getId in interface ComponentResource

getLibrary

public String getLibrary()
Specified by:
getLibrary in interface ComponentResource

getName

public String getName()
Specified by:
getName in interface ComponentResource

getWrapped

public abstract ComponentResource getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<ComponentResource>


Copyright © 2015 Liferay, Inc.. All rights reserved.