Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.localconfiguration
Interface LocalThemeConfig

All Superinterfaces:
DetachedAdapter, LocalConfiguration<LocalThemeConfig>
All Known Implementing Classes:
LocalThemeConfigAdapter

public interface LocalThemeConfig
extends LocalConfiguration<LocalThemeConfig>

Local configuration class to handle configuration of theme.

Author:
Quentin Lamerand

Method Summary
 String computePagePath()
          Returns the page path used in the LocalTheme negociation scheme
 String getCollection()
          Returns the collection (flavor) to use for current page
 String getEngine()
          Returns the configured engine.
 String getMode()
          Returns the configured mode.
 String getPage()
          Returns the configured page for the selected theme.
 String getPerspective()
          Returns the configured perspective used in the LocalPerspective negociation scheme.
 String getTheme()
          Returns the configured theme.
 
Methods inherited from interface org.nuxeo.ecm.core.api.localconfiguration.LocalConfiguration
canMerge, getDocumentRef, merge, save
 

Method Detail

getTheme

String getTheme()
Returns the configured theme.


getPage

String getPage()
Returns the configured page for the selected theme.


getPerspective

String getPerspective()
Returns the configured perspective used in the LocalPerspective negociation scheme.


getEngine

String getEngine()
Returns the configured engine.


getMode

String getMode()
Returns the configured mode.


computePagePath

String computePagePath()
Returns the page path used in the LocalTheme negociation scheme


getCollection

String getCollection()
Returns the collection (flavor) to use for current page

Since:
5.4.3

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.