Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.themes.ThemeException

Packages that use ThemeException
org.nuxeo.theme.editor   
org.nuxeo.theme.formats   
org.nuxeo.theme.html   
org.nuxeo.theme.presets   
org.nuxeo.theme.resources   
org.nuxeo.theme.themes   
org.nuxeo.theme.webengine.fm.extensions   
 

Uses of ThemeException in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that throw ThemeException
static void Editor.activateSkin(String themeName, String bankName, String collectionName, String resourceName, boolean isBaseSkin)
           
static String Editor.addPage(String path)
           
static String Editor.addPreset(String themeName, String presetName, String category, String value)
           
static String Editor.addTheme(String name)
           
static void Editor.alignElement(Element element, String position)
           
static void Editor.assignStyleProperty(Element element, String propertyName, String value)
           
static void Editor.convertCssValueToPreset(String themeName, String category, String presetName, String value)
           
static void Editor.createNamedStyle(Element element, String styleName, String themeName)
           
static void Editor.createStyle(Element element)
           
static void Editor.deactivateSkin(String themeName)
           
static void Editor.deleteElement(Element element)
           
static void Editor.deleteNamedStyle(Element element, String styleName, String themeName)
           
static void Editor.deletePage(String pagePath)
           
static void Editor.deletePreset(String themeName, String presetName)
           
static void Editor.deleteStyleView(Style style, String viewName)
           
static void Editor.deleteTheme(String src)
           
static int Editor.duplicateElement(Element element)
           
static void Editor.editPreset(String themeName, String presetName, String value)
           
static Style Editor.getNamedStyleOf(Element element)
           
 ResourceBank Main.getResourceBank(String bankName)
           
static void Editor.insertFragment(Element destElement, String typeName, String styleName)
           
static void Editor.insertSectionAfter(Element element)
           
static void Editor.loadTheme(String src)
           
static void Editor.makeElementUseNamedStyle(Element element, String styleName, String themeName)
           
static void Editor.moveElement(Element srcElement, Element destElement, int order)
           
static void Editor.pasteElement(Element element, String destId)
           
static void Editor.removeStyleInheritance(String styleName, String themeName)
           
static void Editor.renamePreset(String themeName, String oldName, String newName)
           
static void Editor.repairTheme(String src)
           
static void Editor.restoreNamedStyle(Style style, String themeName)
           
static void Editor.saveTheme(String themeName)
           
static void Editor.saveToUndoBuffer(String themeName, String message)
           
static void Editor.setPageStyles(String themeName, Map<String,String> propertyMap)
           
static void Editor.setPresetCategory(String themeName, String presetName, String category)
           
static void Editor.setStyleInheritance(String styleName, String ancestorStyleName, String themeName)
           
static void Editor.splitElement(Element element)
           
static String Editor.uncustomizeTheme(String src)
           
static String Editor.undo(String themeName)
           
static void Editor.updateElementDescription(Element element, String description)
           
static void Editor.updateElementLayout(Element element, Map<String,String> propertyMap)
           
static void Editor.updateElementProperties(Element element, Map<String,String> propertyMap)
           
static void Editor.updateElementStyle(Element element, Style style, String path, String viewName, Map<String,String> propertyMap)
           
static void Editor.updateElementStyleCss(Element element, Style style, String viewName, String cssSource)
           
static void Editor.updateElementVisibility(Element element, List<String> perspectives, boolean alwaysVisible)
           
static void Editor.updateElementWidget(Element element, String viewName)
           
static void Editor.updateElementWidth(Format layout, String width)
           
static void Editor.updateNamedStyleCss(Style style, String cssSource, String themeName)
           
static void Editor.useNoResourceBank(String themeSrc)
           
static void Editor.useResourceBank(String themeSrc, String bankName)
           
 

Uses of ThemeException in org.nuxeo.theme.formats
 

Methods in org.nuxeo.theme.formats that throw ThemeException
static Format FormatFactory.create(String typeName)
           
 

Uses of ThemeException in org.nuxeo.theme.html
 

Methods in org.nuxeo.theme.html that throw ThemeException
static String JSUtils.compressSource(String source)
           
static String CSSUtils.compressSource(String source)
           
 

Uses of ThemeException in org.nuxeo.theme.presets
 

Methods in org.nuxeo.theme.presets that throw ThemeException
static void PresetManager.deletePreset(String themeName, String presetName)
           
static void PresetManager.renamePreset(String themeName, String oldName, String newName)
           
 

Uses of ThemeException in org.nuxeo.theme.resources
 

Methods in org.nuxeo.theme.resources that throw ThemeException
 void ResourceBank.connect(String themeName)
           
 void ResourceBank.disconnect(String themeName)
           
static String ResourceManager.getBankResource(String resourceBankName, String collectionName, String typeName, String resourceName)
           
static byte[] ResourceManager.getBinaryBankResource(String resourceBankName, String collectionName, String typeName, String resourceName)
           
 

Uses of ThemeException in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that throw ThemeException
static void ThemeRepairer.checkSharedFormats(ThemeElement theme)
           
static void ThemeParser.createCommonStyles(String themeName, Map<Style,Map<String,Properties>> commonStyles)
           
static ThemeDescriptor ThemeManager.createCustomTheme(String name)
           
static ThemeDescriptor ThemeManager.customizeTheme(ThemeDescriptor themeDescriptor)
           
 void ThemeManager.deleteFormat(Format format)
           
 void ThemeManager.deletePage(String path)
           
 void ThemeManager.deleteTheme(String src)
           
static void ThemeManager.deleteThemeDescriptor(String src)
           
 void ThemeManager.destroyElement(Element element)
           
 Element ThemeManager.duplicateElement(Element element, boolean duplicateFormats)
           
 Format ThemeManager.duplicateFormat(Format format)
           
 void ThemeManager.fillScratchPage(String themeName, Element element)
           
 byte[] ThemeManager.getImageResource(String path)
           
static ResourceBank ThemeManager.getResourceBank(String name)
           
 ThemeElement ThemeManager.getThemeBySrc(String src)
           
static ThemeDescriptor ThemeManager.getThemeDescriptor(String src)
           
static void ThemeManager.loadRemoteStyle(String resourceBankName, Style style)
           
 void ThemeManager.loadTheme(String src)
           
 void ThemeManager.loadTheme(String src, String xmlSource)
           
 void ThemeManager.makeElementUseNamedStyle(Element element, String inheritedName, String themeName)
           
static void ThemeParser.parseFormats(ThemeElement theme, Element doc, Map<Style,Map<String,Properties>> commonStyles, Map<Integer,String> inheritanceMap, Node node)
           
static void ThemeParser.parseLayout(Element parent, Node node)
           
 void ThemeManager.registerFormat(Format format)
           
static void ThemeParser.registerThemePages(Element parent, Node node)
           
 void ThemeManager.removeNamedStylesOf(String themeName)
           
 void ThemeManager.removeOrphanedFormats()
           
static String ThemeManager.renderElement(URL url)
           
static void ThemeRepairer.repair(ThemeElement theme)
           
static void ThemeManager.saveTheme(String src)
           
static void ThemeManager.saveTheme(String src, int indent)
           
 void ThemeManager.setNamedObject(String themeName, String realm, Identifiable object)
           
static void ThemeManager.setStyleInheritance(String styleName, String ancestorStyleName, String themeName, boolean allowMany)
           
static ThemeDescriptor ThemeManager.uncustomizeTheme(ThemeDescriptor themeDescriptor)
           
 void ThemeManager.unregisterFormat(Format format)
           
 

Uses of ThemeException in org.nuxeo.theme.webengine.fm.extensions
 

Methods in org.nuxeo.theme.webengine.fm.extensions that throw ThemeException
 String ThemeDirective.renderTheme(URL themeUrl)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.