Uses of Interface
org.outerj.daisy.frontend.components.siteconf.SiteConf

Packages that use SiteConf
org.outerj.daisy.frontend   
org.outerj.daisy.frontend.components.siteconf   
org.outerj.daisy.frontend.util   
 

Uses of SiteConf in org.outerj.daisy.frontend
 

Methods in org.outerj.daisy.frontend that return SiteConf
protected  SiteConf AbstractDocumentApple.getSiteConf()
           
 SiteConf PageContext.getSiteConf()
           
static SiteConf WikiHelper.getSiteConf(Request request)
           
 

Constructors in org.outerj.daisy.frontend with parameters of type SiteConf
PageContext(java.lang.String mountPoint, SiteConf siteConf, org.outerj.daisy.repository.Repository repository, java.lang.String layoutType, java.lang.String skin, Context context)
          Constructor to use when in the context of a site.
 

Uses of SiteConf in org.outerj.daisy.frontend.components.siteconf
 

Classes in org.outerj.daisy.frontend.components.siteconf that implement SiteConf
 class SiteConfImpl
           
 

Methods in org.outerj.daisy.frontend.components.siteconf that return SiteConf
 SiteConf SitesManager.getSiteConf(java.lang.String siteName)
          Returns the SiteConf object for the named site.
 SiteConf SitesManagerImpl.getSiteConf(java.lang.String name)
           
 SiteConf SitesManager.getSiteConfSoftly(java.lang.String name)
          Gets the SiteConf object for the named site, does not throw an exception but returns null if the site does not exist.
 SiteConf SitesManagerImpl.getSiteConfSoftly(java.lang.String name)
           
 

Uses of SiteConf in org.outerj.daisy.frontend.util
 

Methods in org.outerj.daisy.frontend.util with parameters of type SiteConf
static java.lang.String DaisyLinkUtil.getBranchLangQueryString(java.util.regex.Matcher matcher, SiteConf siteConf, long documentBranchId, long documentLanguageId)
          Returns a suitable query string with branch and language parameters for a daisy: URL parsed with org.outerj.daisy.util.Constants.DAISY_LINK_PATTERN in the context of a certain site and document.
 



Copyright © -2006 . All Rights Reserved.