com.liferay.faces.util.application
Interface ComponentResource

All Known Implementing Classes:
ComponentResourceImpl, ComponentResourceWrapper

public interface ComponentResource

This interface defines a contract for getting information about a UIComponent} resource such as its name, library, and whether or not it should be rendered.

Author:
Neil Griffin

Method Summary
 String getId()
           
 String getLibrary()
           
 String getName()
           
 boolean isRenderable()
           
 

Method Detail

isRenderable

boolean isRenderable()

getId

String getId()

getLibrary

String getLibrary()

getName

String getName()


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