Uses of Class
org.jasig.portal.ResourceMissingException

Packages that use ResourceMissingException
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.utils   
 

Uses of ResourceMissingException in org.jasig.portal
 

Constructors in org.jasig.portal with parameters of type ResourceMissingException
ResourceMissingException(ResourceMissingException exception)
           
 

Uses of ResourceMissingException in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels that throw ResourceMissingException
 void CGenericXSLT.setStaticData(ChannelStaticData sd)
          Deprecated.  
 

Uses of ResourceMissingException in org.jasig.portal.utils
 

Methods in org.jasig.portal.utils that return types with arguments of type ResourceMissingException
 Map<Tuple<Class<?>,String>,ResourceMissingException> ResourceLoader.getResourceUrlNotFoundCache()
           
 

Method parameters in org.jasig.portal.utils with type arguments of type ResourceMissingException
 void ResourceLoader.setResourceUrlNotFoundCache(Map<Tuple<Class<?>,String>,ResourceMissingException> resourceUrlNotFoundCache)
           
 

Methods in org.jasig.portal.utils that throw ResourceMissingException
static Document ResourceLoader.getResourceAsDocument(Class<?> requestingClass, String resource)
          Get the contents of a URL as an XML Document, first trying to read the Document with validation turned on, and falling back to reading it with validation turned off.
static Document ResourceLoader.getResourceAsDocument(Class<?> requestingClass, String resource, boolean validate)
          Get the contents of a URL as an XML Document
static Properties ResourceLoader.getResourceAsProperties(Class<?> requestingClass, String resource)
          Get the contents of a URL as a java.util.Properties object
static InputSource ResourceLoader.getResourceAsSAXInputSource(Class<?> requestingClass, String resource)
          Returns the requested resource as a SAX input source.
static InputStream ResourceLoader.getResourceAsStream(Class<?> requestingClass, String resource)
          Returns the requested resource as a stream.
static String ResourceLoader.getResourceAsString(Class<?> requestingClass, String resource)
          Get the contents of a URL as a String
static URL ResourceLoader.getResourceAsURL(Class<?> requestingClass, String resource)
          Finds a resource with a given name.
static String ResourceLoader.getResourceAsURLString(Class<?> requestingClass, String resource)
          Returns the requested resource as a URL string.
 



Copyright © 2010 Jasig. All Rights Reserved.