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