com.liferay.faces.bridge.application
Class ResourceInfo

java.lang.Object
  extended by com.liferay.faces.bridge.application.ResourceInfo

public class ResourceInfo
extends Object

Author:
Neil Griffin

Constructor Summary
ResourceInfo(javax.faces.component.UIComponent uiComponentResource)
           
 
Method Summary
 String getClassName()
           
 String getId()
           
 String getLibrary()
           
 String getName()
           
 String getRendererType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInfo

public ResourceInfo(javax.faces.component.UIComponent uiComponentResource)
Method Detail

getClassName

public String getClassName()

getId

public String getId()

getLibrary

public String getLibrary()

getName

public String getName()

getRendererType

public String getRendererType()

getValue

public String getValue()


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