Package com.enonic.xp.context
Interface LocalScope
-
- All Superinterfaces:
MutableAttributes,ScopeAttributes
@PublicApi public interface LocalScope extends MutableAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessiongetSession()voidsetSession(Session session)-
Methods inherited from interface com.enonic.xp.context.MutableAttributes
removeAttribute, removeAttribute, setAttribute, setAttribute
-
Methods inherited from interface com.enonic.xp.context.ScopeAttributes
getAttribute, getAttribute, getAttributes
-
-