|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceFinder | |
|---|---|
| com.uwyn.rife.authentication.credentialsmanagers | Provides classes and interfaces for managing RoleUser credentials. |
| com.uwyn.rife.config | Provides classes for the configuration framework and for setting up RIFE itself even if no default configuration is available. |
| com.uwyn.rife.database | Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. |
| com.uwyn.rife.engine | Provides classes, interfaces and elements for the web application engine. |
| com.uwyn.rife.rep | Provides classes and interfaces for the application repository. |
| com.uwyn.rife.resources | Provides classes and interfaces for the resource abstraction framework. |
| com.uwyn.rife.scheduler.schedulermanagers | Provides classes and interfaces for managing schedulers. |
| com.uwyn.rife.selector | Provides classes and interfaces for dynamic context-sensitive XML file selection. |
| com.uwyn.rife.template | Provides classes and interfaces for the template engine. |
| com.uwyn.rife.xml | Provides classes for facilitating the SAX parsing of XML. |
| Uses of ResourceFinder in com.uwyn.rife.authentication.credentialsmanagers |
|---|
| Constructors in com.uwyn.rife.authentication.credentialsmanagers with parameters of type ResourceFinder | |
|---|---|
MemoryUsers(String xmlPath,
ResourceFinder resourceFinder)
|
|
| Uses of ResourceFinder in com.uwyn.rife.config |
|---|
| Constructors in com.uwyn.rife.config with parameters of type ResourceFinder | |
|---|---|
Config(String configSource,
ResourceFinder resourceFinder)
|
|
| Uses of ResourceFinder in com.uwyn.rife.database |
|---|
| Constructors in com.uwyn.rife.database with parameters of type ResourceFinder | |
|---|---|
Datasources(String xmlPath,
ResourceFinder resourceFinder)
Creates a new Datasources instance from the definitions in
an XML file. |
|
| Uses of ResourceFinder in com.uwyn.rife.engine |
|---|
| Methods in com.uwyn.rife.engine that return ResourceFinder | |
|---|---|
ResourceFinder |
Site.getResourceFinder()
Retrieves the resource finder that was used to populate this site. |
| Methods in com.uwyn.rife.engine with parameters of type ResourceFinder | |
|---|---|
void |
ElementInfoProcessor.processElementInfo(ElementInfoBuilder builder,
String declarationName,
ResourceFinder resourceFinder)
|
void |
SiteProcessor.processSite(SiteBuilder builder,
String declarationName,
ResourceFinder resourceFinder)
|
| Constructors in com.uwyn.rife.engine with parameters of type ResourceFinder | |
|---|---|
SiteBuilder(String declarationName,
ResourceFinder resourceFinder)
|
|
| Uses of ResourceFinder in com.uwyn.rife.rep |
|---|
| Methods in com.uwyn.rife.rep that return ResourceFinder | |
|---|---|
ResourceFinder |
BlockingParticipant.getResourceFinder()
Retrieves the resource finder that is used during the initialization. |
| Methods in com.uwyn.rife.rep with parameters of type ResourceFinder | |
|---|---|
void |
Xml2BlockingRepository.addRepParticipants(String resource,
ResourceFinder resourcefinder)
Adds all the participants of a provided resource to the repository. |
void |
BlockingRepository.initialize(String repXmlPath,
ResourceFinder resourcefinder)
Parses the XML file to determine what the participants are. |
static void |
Rep.initialize(String repXmlPath,
ResourceFinder resourcefinder,
Object context)
Initializes the default repository by creating an instance of BlockingRepository and initializing it with the provided
properties and context. |
void |
BlockingRepository.runParticipants(ResourceFinder resourceFinder)
Sequentially execute the participants according to their registration order. |
void |
BlockingParticipant.setResourceFinder(ResourceFinder resourceFinder)
Sets the resource finder that can be used during the initialize() method. |
| Uses of ResourceFinder in com.uwyn.rife.resources |
|---|
| Classes in com.uwyn.rife.resources that implement ResourceFinder | |
|---|---|
class |
AbstractResourceFinder
This abstract class offers common implementations of several ResourceFinder methods. |
class |
DatabaseResources
This class offers ResourceFinder and ResourceWriter
capabilities for resources that are stored in a database. |
class |
ResourceFinderClasspath
This class offers ResourceFinder capabilities for resources that
are available through the classloader. |
class |
ResourceFinderDirectories
This class offers ResourceFinder capabilities for resources that
are available through a collection of directories. |
class |
ResourceFinderGroup
Allows a group of resource finders to acts as if they are one single resource finders. |
| Methods in com.uwyn.rife.resources with parameters of type ResourceFinder | |
|---|---|
ResourceFinderGroup |
ResourceFinderGroup.add(ResourceFinder resourceFinder)
|
| Uses of ResourceFinder in com.uwyn.rife.scheduler.schedulermanagers |
|---|
| Constructors in com.uwyn.rife.scheduler.schedulermanagers with parameters of type ResourceFinder | |
|---|---|
MemoryScheduler(String xmlPath,
ResourceFinder resourceFinder)
|
|
| Uses of ResourceFinder in com.uwyn.rife.selector |
|---|
| Methods in com.uwyn.rife.selector with parameters of type ResourceFinder | |
|---|---|
static String |
XmlSelectorResolver.resolve(String parameter,
ResourceFinder resourceFinder,
String prefix)
Returns an XML file location. |
| Uses of ResourceFinder in com.uwyn.rife.template |
|---|
| Methods in com.uwyn.rife.template that return ResourceFinder | |
|---|---|
ResourceFinder |
TemplateTransformerXslt.getResourceFinder()
|
ResourceFinder |
TemplateFactory.getResourceFinder()
|
ResourceFinder |
TemplateTransformer.getResourceFinder()
|
| Methods in com.uwyn.rife.template with parameters of type ResourceFinder | |
|---|---|
static long |
Parser.getModificationTime(ResourceFinder resourceFinder,
URL resource)
|
protected static boolean |
AbstractTemplate.isTemplateClassModified(URL templateResource,
long templateModificationTime,
Map templateDependencies,
String templateModificationState,
ResourceFinder resourceFinder,
String modificationState)
|
void |
TemplateTransformerXslt.setResourceFinder(ResourceFinder resourceFinder)
|
TemplateFactory |
TemplateFactory.setResourceFinder(ResourceFinder resourceFinder)
|
void |
TemplateTransformer.setResourceFinder(ResourceFinder resourceFinder)
|
| Constructors in com.uwyn.rife.template with parameters of type ResourceFinder | |
|---|---|
TemplateFactory(ResourceFinder resourceFinder,
String identifier,
com.uwyn.rife.template.Parser.Config[] configs,
String defaultContentType,
String extension,
String[] blockFilters,
String[] valueFilters,
BeanHandler beanHandler,
TemplateEncoder encoder,
TemplateInitializer initializer)
|
|
| Uses of ResourceFinder in com.uwyn.rife.xml |
|---|
| Methods in com.uwyn.rife.xml that return ResourceFinder | |
|---|---|
protected ResourceFinder |
Xml2Data.getResourceFinder()
|
| Methods in com.uwyn.rife.xml with parameters of type ResourceFinder | |
|---|---|
XMLReader |
Xml2Data.processXml(String xmlPath,
ResourceFinder resourceFinder)
|
XMLReader |
Xml2Data.processXml(String xmlPath,
ResourceFinder resourceFinder,
XMLReader reader)
|
| Constructors in com.uwyn.rife.xml with parameters of type ResourceFinder | |
|---|---|
XmlEntityResolver(ResourceFinder resourcefinder)
|
|
XmlInputSource(String xmlPath,
ResourceFinder resourceFinder)
|
|
XmlUriResolver(ResourceFinder resourcefinder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||