org.jasig.resource.aggr
Interface ResourcesDao

All Known Implementing Classes:
ResourcesDaoImpl

public interface ResourcesDao

DAO for reading and writing Resources objects to files.

Version:
$Revision: 21780 $
Author:
Eric Dalquist

Field Summary
static String AGGREGATED_SKIN_SUB_SUFFIX
           
 
Method Summary
 String getAggregatedSkinName(String skinXmlName)
           
 boolean isAbsolute(BasicInclude include)
           
 boolean isConditional(BasicInclude include)
           
 Resources readResources(File resourcesXml)
          Load the specified XML file into a Resources object.
 Resources readResources(File resourcesXml, Included scope)
          Load the specified XML file into a Resources and filter its contents based on the specified scope
 void writeResources(Resources resources, File file)
          Write the specified Resources object to the specified File as XML
 

Field Detail

AGGREGATED_SKIN_SUB_SUFFIX

static final String AGGREGATED_SKIN_SUB_SUFFIX
See Also:
Constant Field Values
Method Detail

writeResources

void writeResources(Resources resources,
                    File file)
Write the specified Resources object to the specified File as XML


readResources

Resources readResources(File resourcesXml)
Load the specified XML file into a Resources object.


readResources

Resources readResources(File resourcesXml,
                        Included scope)
Load the specified XML file into a Resources and filter its contents based on the specified scope


getAggregatedSkinName

String getAggregatedSkinName(String skinXmlName)

isAbsolute

boolean isAbsolute(BasicInclude include)

isConditional

boolean isConditional(BasicInclude include)


Copyright © 2010 Jasig. All Rights Reserved.