Nuxeo Enterprise Platform 5.4

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 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
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.