Uses of Interface
to.etc.domui.util.resources.IResourceFactory

Packages that use IResourceFactory
to.etc.domui.server   
to.etc.domui.themes   
to.etc.domui.util.resources   
 

Uses of IResourceFactory in to.etc.domui.server
 

Methods in to.etc.domui.server that return IResourceFactory
 IResourceFactory DomApplication.findResourceFactory(java.lang.String name)
          Get the best factory to resolve the specified resource name.
 

Methods in to.etc.domui.server that return types with arguments of type IResourceFactory
 java.util.List<IResourceFactory> DomApplication.getResourceFactories()
           
 

Methods in to.etc.domui.server with parameters of type IResourceFactory
 void DomApplication.registerResourceFactory(IResourceFactory f)
           
 

Uses of IResourceFactory in to.etc.domui.themes
 

Classes in to.etc.domui.themes that implement IResourceFactory
 class FragmentedThemeResourceFactory
          This provides resources for the current theme: it handles all names starting with $currentTheme/ and resolves them inside the current theme space.
 

Uses of IResourceFactory in to.etc.domui.util.resources
 

Classes in to.etc.domui.util.resources that implement IResourceFactory
 class ClassRefResourceFactory
          Handles the $REF resource which explicitly refers to a resource in the classpath.
 class SimpleResourceFactory
          Handles all normal $xxx type resources.
 class VersionedJsResourceFactory
          Handle $js/xxx resources, which are versionable.