Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ThemeIOException
org.nuxeo.theme.editor   
org.nuxeo.theme.properties   
org.nuxeo.theme.themes   
 

Uses of ThemeIOException in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that throw ThemeIOException
static String Editor.addPage(String path)
           
static void Editor.deletePage(String pagePath)
           
static void Editor.deleteTheme(String src)
           
static void Editor.loadTheme(String src)
           
static void Editor.repairTheme(String src)
           
static void Editor.updateElementProperties(Element element, Map<String,String> propertyMap)
           
 

Uses of ThemeIOException in org.nuxeo.theme.properties
 

Methods in org.nuxeo.theme.properties that throw ThemeIOException
static Properties FieldIO.dumpFieldsToProperties(Object object)
           
static void FieldIO.updateFieldsFromProperties(Object object, Properties properties)
           
 

Uses of ThemeIOException in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that throw ThemeIOException
static boolean ThemeParser.checkElementName(String name)
           
 void ThemeManager.deletePage(String path)
           
 void ThemeManager.deleteTheme(String src)
           
static Node ThemeParser.getBaseNode(Element doc)
           
static String ThemeManager.getCustomThemePath(String themeName)
           
 void ThemeManager.loadTheme(String src)
           
 void ThemeManager.loadTheme(String src, String xmlSource)
           
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)
           
static void ThemeParser.parseProperties(Element doc, Node node)
           
static void ThemeParser.registerTheme(ThemeDescriptor themeDescriptor, boolean preload)
           
static void ThemeParser.registerTheme(ThemeDescriptor themeDescriptor, String xmlSource, boolean preload)
           
static void ThemeParser.registerThemePages(Element parent, Node node)
           
static void ThemeManager.repairTheme(ThemeElement theme)
           
static void ThemeManager.saveTheme(String src)
           
static void ThemeManager.saveTheme(String src, int indent)
           
 String ThemeSerializer.serializeToXml(String src)
           
 String ThemeSerializer.serializeToXml(String src, int indent)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.