Uses of Interface
to.etc.webapp.query.IQContextContainer

Packages that use IQContextContainer
to.etc.domui.dom.html   
to.etc.domui.state   
to.etc.webapp.query   
 

Uses of IQContextContainer in to.etc.domui.dom.html
 

Classes in to.etc.domui.dom.html that implement IQContextContainer
 class Page
          This is the main owner of all nodes; this represents all that is needed for a page to render.
 

Uses of IQContextContainer in to.etc.domui.state
 

Classes in to.etc.domui.state that implement IQContextContainer
 class ConversationContext
          A page's conversational context: a base class.
 class SimpleConversationContext
           
 

Uses of IQContextContainer in to.etc.webapp.query
 

Methods in to.etc.webapp.query with parameters of type IQContextContainer
 void QDefaultContextManager.closeSharedContext(IQContextContainer cc)
          If the specified container contains a shared context close it.
static void QContextManager.closeSharedContext(IQContextContainer cc)
          If the specified container contains a shared context close it.
 void IQContextManager.closeSharedContext(IQContextContainer cc)
          If the specified container contains a shared context close it.
static QDataContext QContextManager.getContext(IQContextContainer cc)
          Gets a shared QDataContext from the container.
static QDataContextFactory QContextManager.getDataContextFactory(IQContextContainer cc)
          Get/create a shared context factory.
 QDataContext QDefaultContextManager.getSharedContext(IQContextContainer cc)
          Gets a shared QDataContext from the container.
 QDataContext IQContextManager.getSharedContext(IQContextContainer cc)
          Gets a shared QDataContext from the container.
 QDataContextFactory QDefaultContextManager.getSharedContextFactory(IQContextContainer cc)
          Get/create a shared context factory.
 QDataContextFactory IQContextManager.getSharedContextFactory(IQContextContainer cc)
          Get/create a shared context factory.