org.jboss.seam.util
Class FacesResources

java.lang.Object
  extended by org.jboss.seam.util.FacesResources

public class FacesResources
extends Object


Constructor Summary
FacesResources()
           
 
Method Summary
static URL getResource(String resource, javax.faces.context.ExternalContext context)
           
static InputStream getResourceAsStream(String resource, javax.faces.context.ExternalContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesResources

public FacesResources()
Method Detail

getResourceAsStream

public static InputStream getResourceAsStream(String resource,
                                              javax.faces.context.ExternalContext context)

getResource

public static URL getResource(String resource,
                              javax.faces.context.ExternalContext context)


Copyright © 2011 Seam Framework. All Rights Reserved.