Package com.enonic.xp.context
Interface MutableAttributes
-
- All Superinterfaces:
ScopeAttributes
- All Known Subinterfaces:
LocalScope,Session
- All Known Implementing Classes:
SessionMock,SimpleSession
@PublicApi public interface MutableAttributes extends ScopeAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> voidremoveAttribute(Class<T> type)voidremoveAttribute(String key)voidsetAttribute(String key, Object value)<T> voidsetAttribute(T value)-
Methods inherited from interface com.enonic.xp.context.ScopeAttributes
getAttribute, getAttribute, getAttributes
-
-