Package com.enonic.xp.context
Interface LocalScope
-
- All Superinterfaces:
MutableAttributes
,ScopeAttributes
@Beta public interface LocalScope extends MutableAttributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
getSession()
void
setSession(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
-
-