|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weborganic.berlioz.content.ContentManager
public final class ContentManager
A utility class to provide access to the content of generators.
Method Summary | |
---|---|
static void |
clear()
Update the patterns based on the current generators. |
static ServiceRegistry |
getDefaultRegistry()
Returns the default service registry (mapped to "services.xml"). |
static List<File> |
getServiceFiles()
|
static void |
load()
Loads the content access file from all services files. |
static void |
load(File xml)
Loads the content access file. |
static void |
loadIfRequired()
Update the patterns based on the current generators. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ServiceRegistry getDefaultRegistry()
public static void loadIfRequired() throws BerliozException
BerliozException
- Should something unexpected happen.public static void load() throws BerliozException
BerliozException
- Should something unexpected happen.public static List<File> getServiceFiles()
public static void load(File xml) throws BerliozException
xml
- The XML file to load.
BerliozException
- Should something unexpected happen.public static void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |