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