info.magnolia.context
Interface SystemContext

All Superinterfaces:
org.apache.commons.chain.Context, Map
All Known Subinterfaces:
ThreadDependentSystemContext
All Known Implementing Classes:
AbstractSystemContext, JCRSessionPerThreadSystemContext, SingleJCRSessionSystemContext

public interface SystemContext
extends Context

This context is a system wide context with full access. Since no new method is added this is simple an interface to mark the system context.

Version:
$Revision: 41137 $ ($Author: gjoseph $)
Author:
Philipp Bracher

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from interface info.magnolia.context.Context
APPLICATION_SCOPE, ATTRIBUTE_COMMENT, ATTRIBUTE_EXCEPTION, ATTRIBUTE_MESSAGE, ATTRIBUTE_PATH, ATTRIBUTE_RECURSIVE, ATTRIBUTE_REPOSITORY, ATTRIBUTE_UUID, ATTRIBUTE_VERSION, ATTRIBUTE_VERSION_MAP, LOCAL_SCOPE, SESSION_SCOPE
 
Method Summary
 void setLocale(Locale locale)
          Deprecated. since 4.0 - this method should not be exposed on SystemContext.
 
Methods inherited from interface info.magnolia.context.Context
getAccessManager, getAccessManager, getAttribute, getAttribute, getAttributes, getAttributes, getHierarchyManager, getHierarchyManager, getLocale, getMessages, getMessages, getQueryManager, getQueryManager, getUser, release, removeAttribute, setAttribute
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

setLocale

void setLocale(Locale locale)
Deprecated. since 4.0 - this method should not be exposed on SystemContext.



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.