de.matthias_burbach.mosaique.core.model
Class Context
java.lang.Object
de.matthias_burbach.mosaique.core.model.Context
- public class Context
- extends java.lang.Object
To support multiple trees of file item trees in parallel and still allow for
caching, this context was introduced to push caches down from
VM global scope to clusters of objects that share caches of the services
accessible from this context.
- Author:
- Matthias Burbach
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Context
public Context()
getDefinitionResolver
public DefinitionResolver getDefinitionResolver()
- Returns:
- The shared definition resolver of this context.
setDefinitionResolver
public void setDefinitionResolver(DefinitionResolver definitionResolver)
- Parameters:
definitionResolver
- The shared definition resolver of this context.
getJspResolver
public JspResolver getJspResolver()
- Returns:
- The shared JSP resolver of this context.
setJspResolver
public void setJspResolver(JspResolver jspResolver)
- Parameters:
jspResolver
- The shared JSP resolver of this context.
Copyright © 2005-2006 . All Rights Reserved.