Hilbert II - Version 0.02.01

Uses of Class
org.qedeq.kernel.bo.control.ModuleContext

Packages that use ModuleContext
org.qedeq.kernel.bo.control Contains business object controllers. 
org.qedeq.kernel.xml.mapper Contains mapper for XML objects. 
 

Uses of ModuleContext in org.qedeq.kernel.bo.control
 

Methods in org.qedeq.kernel.bo.control that return ModuleContext
protected  ModuleContext QedeqBoFactory.getCurrentContext()
          Get current context within original.
 ModuleContext IllegalModuleDataException.getContext()
          Get context information about error location.
 ModuleContext IllegalModuleDataException.getReferenceContext()
          Get additional context information about another associated location.
 

Methods in org.qedeq.kernel.bo.control with parameters of type ModuleContext
 void ModuleLabels.addNode(ModuleContext context, NodeBo node)
          Add node with certain id.
 

Constructors in org.qedeq.kernel.bo.control with parameters of type ModuleContext
ModuleContext(ModuleContext original)
          Copy constructor.
ModuleContext(ModuleContext main, String moduleLocation)
          Constructor.
IllegalModuleDataException(int errorCode, String message, ModuleContext context, ModuleContext referenceContext, Exception cause)
          Constructor.
IllegalModuleDataException(int errorCode, String message, ModuleContext context, Exception cause)
          Constructor.
 

Uses of ModuleContext in org.qedeq.kernel.xml.mapper
 

Methods in org.qedeq.kernel.xml.mapper with parameters of type ModuleContext
static String Context2XPath.getFileName(ModuleContext context)
          Get file path out of context information.
static String Context2XPath.getXPath(ModuleContext context)
          Get XPath out of context information.
static SimpleXPath Context2SimpleXPath.getXPath(ModuleContext context)
          Transform context information into XML specific location information.
 


Hilbert II - Version 0.02.01

©left GNU General Public Licence
All Rights Reserved.