Package com.enonic.xp.context
Interface ScopeAttributes
-
- All Known Subinterfaces:
Context
,LocalScope
,MutableAttributes
,Session
- All Known Implementing Classes:
SimpleSession
@PublicApi public interface ScopeAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
getAttribute(java.lang.Class<T> type)
java.lang.Object
getAttribute(java.lang.String key)
java.util.Map<java.lang.String,java.lang.Object>
getAttributes()
-