Uses of Interface
org.xwiki.container.Session

Packages that use Session
org.xwiki.container   
org.xwiki.container.internal   
 

Uses of Session in org.xwiki.container
 

Methods in org.xwiki.container that return Session
 Session ContainerFactory.createSession(java.lang.Object... objects)
           
 Session Container.getSession()
           
 

Methods in org.xwiki.container with parameters of type Session
 void Container.pushSession(Session session)
           
 void Container.setSession(Session session)
           
 

Uses of Session in org.xwiki.container.internal
 

Methods in org.xwiki.container.internal that return Session
 Session DefaultContainer.getSession()
           
 

Methods in org.xwiki.container.internal with parameters of type Session
 void DefaultContainer.pushSession(Session session)
           
 void DefaultContainer.setSession(Session session)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.