com.liferay.faces.util.application
Class FacesResource

java.lang.Object
  extended by com.liferay.faces.util.application.FacesResource

public class FacesResource
extends Object

Author:
Kyle Stiemann

Constructor Summary
FacesResource(String library, String name)
           
FacesResource(String library, String name, String contentType)
           
 
Method Summary
 String getContentType()
           
 String getLibrary()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesResource

public FacesResource(String library,
                     String name)

FacesResource

public FacesResource(String library,
                     String name,
                     String contentType)
Method Detail

getContentType

public String getContentType()

getLibrary

public String getLibrary()

getName

public String getName()


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