Uses of Interface
org.tentackle.session.SessionDependable
-
Uses of SessionDependable in org.tentackle.session
Classes in org.tentackle.session that implement SessionDependableMethods in org.tentackle.session with parameters of type SessionDependableModifier and TypeMethodDescriptiondefault voidSession.applyTo(SessionDependable obj) Applies this session to a session dependable object.
The method must invokeobj.setSession()only if the session really differs.Method parameters in org.tentackle.session with type arguments of type SessionDependableModifier and TypeMethodDescriptiondefault voidSession.applyTo(Collection<? extends SessionDependable> list) Applies this session to a collection of session dependables.