Uses of Class
vxmlsurfer.ApplicationContext

Packages that use ApplicationContext
vxmlsurfer   
 

Uses of ApplicationContext in vxmlsurfer
 

Fields in vxmlsurfer with type parameters of type ApplicationContext
 java.util.Stack<ApplicationContext> ApplicationContextManager.ContextScopes
           
 

Methods in vxmlsurfer that return ApplicationContext
 ApplicationContext ApplicationContextManager.getCurrentContext()
          get current application context
 ApplicationContext ApplicationContextManager.pushContext(ApplicationContext cxt)
          adds a new level of application context to the stack and returns stack top
 

Methods in vxmlsurfer with parameters of type ApplicationContext
 ApplicationContext ApplicationContextManager.pushContext(ApplicationContext cxt)
          adds a new level of application context to the stack and returns stack top
 void Processor.pushEvents(ApplicationContext context, org.w3c.dom.Node ast)
          Creates new event scope, takes the ApplicationContext and event handler
 

Constructors in vxmlsurfer with parameters of type ApplicationContext
ApplicationContext(ApplicationContext init)
          constructor that creates a new appl context by cloning