Uses of Class
org.jasig.portal.ResourceMissingException

Packages that use ResourceMissingException
org.jasig.portal.channels   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.security.provider.cas   
org.jasig.portal.services.persondir.support.legacy   
org.jasig.portal.utils   
 

Uses of ResourceMissingException in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels that throw ResourceMissingException
 void CGenericXSLT.setStaticData(ChannelStaticData sd, java.lang.String uid)
           
 

Uses of ResourceMissingException in org.jasig.portal.channels.DLMUserPreferences
 

Methods in org.jasig.portal.channels.DLMUserPreferences that throw ResourceMissingException
protected  StructureStylesheetDescription GPreferencesState.getStructureStylesheetDescription()
           
protected  UserPreferences GPreferencesState.getUserPreferences()
           
 

Uses of ResourceMissingException in org.jasig.portal.channels.UserPreferences
 

Methods in org.jasig.portal.channels.UserPreferences that throw ResourceMissingException
protected  StructureStylesheetDescription GPreferencesState.getStructureStylesheetDescription()
           
protected  UserPreferences GPreferencesState.getUserPreferences()
           
 

Uses of ResourceMissingException in org.jasig.portal.security.provider.cas
 

Methods in org.jasig.portal.security.provider.cas that throw ResourceMissingException
private  void CasSecurityContextFactory.initializeFromSecurityProperties()
          Retrieve my properties from security.properties
 

Uses of ResourceMissingException in org.jasig.portal.services.persondir.support.legacy
 

Constructors in org.jasig.portal.services.persondir.support.legacy that throw ResourceMissingException
LegacyPersonAttributeDao()
          This constructor builds a legacy PersonDirectory implementation suitable for environments in which Spring configuration is not available.
 

Uses of ResourceMissingException in org.jasig.portal.utils
 

Methods in org.jasig.portal.utils that throw ResourceMissingException
static org.w3c.dom.Document ResourceLoader.getResourceAsDocument(java.lang.Class requestingClass, java.lang.String resource)
          Get the contents of a URL as an XML Document
static java.io.File ResourceLoader.getResourceAsFile(java.lang.Class requestingClass, java.lang.String resource)
          Returns the requested resource as a File.
static java.lang.String ResourceLoader.getResourceAsFileString(java.lang.Class requestingClass, java.lang.String resource)
          Returns the requested resource as a File string.
static java.util.Properties ResourceLoader.getResourceAsProperties(java.lang.Class requestingClass, java.lang.String resource)
          Get the contents of a URL as a java.util.Properties object
static org.xml.sax.InputSource ResourceLoader.getResourceAsSAXInputSource(java.lang.Class requestingClass, java.lang.String resource)
          Returns the requested resource as a SAX input source.
static java.io.InputStream ResourceLoader.getResourceAsStream(java.lang.Class requestingClass, java.lang.String resource)
          Returns the requested resource as a stream.
static java.lang.String ResourceLoader.getResourceAsString(java.lang.Class requestingClass, java.lang.String resource)
          Get the contents of a URL as a String
static java.net.URL ResourceLoader.getResourceAsURL(java.lang.Class requestingClass, java.lang.String resource)
          Finds a resource with a given name.
static java.lang.String ResourceLoader.getResourceAsURLString(java.lang.Class requestingClass, java.lang.String resource)
          Returns the requested resource as a URL string.