Hilbert II - Version 0.01.09

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

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

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

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

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

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

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

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


Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.