org.apache.myfaces.extensions.cdi.jsf.impl.config.view
Class ViewConfigCache
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.config.view.ViewConfigCache
public class ViewConfigCache
- extends Object
TODO move exceptions to util class
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewConfigCache
public ViewConfigCache()
getViewDefinition
public static ViewConfigEntry getViewDefinition(String viewId)
getViewConfigEntries
public static Collection<ViewConfigEntry> getViewConfigEntries()
getViewDefinition
public static ViewConfigEntry getViewDefinition(Class<? extends ViewConfig> viewDefinitionClass)
getDefaultErrorView
public static ViewConfigEntry getDefaultErrorView()
reset
public static void reset()
- resets the whole cache - e.g. needed for junit tests
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.