com.liferay.faces.util.application.internal
Class ComponentResourceImpl

java.lang.Object
  extended by com.liferay.faces.util.application.internal.ComponentResourceImpl
All Implemented Interfaces:
ComponentResource

public class ComponentResourceImpl
extends Object
implements ComponentResource

Author:
Neil Griffin

Constructor Summary
ComponentResourceImpl(String id, String library, String name, boolean renderable)
           
 
Method Summary
 String getId()
           
 String getLibrary()
           
 String getName()
           
 boolean isRenderable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentResourceImpl

public ComponentResourceImpl(String id,
                             String library,
                             String name,
                             boolean renderable)
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


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