Uses of Class
org.moremotion.adom.ADOMNode

Packages that use ADOMNode
org.moremotion.adom   
org.moremotion.evaluator   
org.moremotion.page   
org.moremotion.process   
org.moremotion.servlet   
 

Uses of ADOMNode in org.moremotion.adom
 

Subclasses of ADOMNode in org.moremotion.adom
 class ADOM
          Application Data Object Model (ADOM)

ADOMs are MoreMotion's data objects to store hiearchically structured data in Request, Session or Application scopes.

 

Methods in org.moremotion.adom that return ADOMNode
 ADOMNode ADOMNode.findNode(java.lang.String nodePath)
          Finds the node by the given node path and returns it.
 ADOMNode ADOMNode.getNode(java.lang.String nodePath)
          Finds the node by the given node path and returns it.
 ADOMNode[] ADOMNode.getNodesArray()
          Returns an ADOMNode array from the first level child nodes of this node.
 ADOMNode ADOMNode.getParent()
          Returns the parent node of this node.
 ADOMNode ADOMNode.getRootNode()
          Returns the root node
 ADOMNode ADOM.getRootNode()
           
 ADOMNode ADOMNode.getSubNode(java.lang.String name)
           
 ADOMNode ADOMNode.setNodeValue(java.lang.String nodePath, java.lang.String value)
          Finds the node by the given node path and sets its value.
 

Methods in org.moremotion.adom with parameters of type ADOMNode
 void ADOMNode.addNode(ADOMNode node)
          Adds the given node under this node.
 boolean ADOMNode.removeNode(ADOMNode node)
          Removes the given child node.
 void ADOMNode.setParent(ADOMNode value)
          Sets the parent node of this node.
 

Uses of ADOMNode in org.moremotion.evaluator
 

Methods in org.moremotion.evaluator that return ADOMNode
 ADOMNode MMSymbolResolver.getADOMNode()
           
 

Methods in org.moremotion.evaluator with parameters of type ADOMNode
 void MMSymbolResolver.setADOMNode(ADOMNode adomnode)
           
 

Uses of ADOMNode in org.moremotion.page
 

Methods in org.moremotion.page that return ADOMNode
 ADOMNode NodeSelector.processNode(ADOMNode adomNode)
          Checks the given ADOMNode agains the nodelist of the PageDataRequest and performs the following actions: If the node name is in the list and "encrypt" is specified, encrypts the node and returns it.
 

Methods in org.moremotion.page with parameters of type ADOMNode
 ADOMNode NodeSelector.processNode(ADOMNode adomNode)
          Checks the given ADOMNode agains the nodelist of the PageDataRequest and performs the following actions: If the node name is in the list and "encrypt" is specified, encrypts the node and returns it.
 

Uses of ADOMNode in org.moremotion.process
 

Methods in org.moremotion.process that return ADOMNode
 ADOMNode Process.createMessage(java.lang.Exception exception)
          Creates a new Request ADOM for the message if not already created, composes an message entry from the given Exception object and adds in it.
 ADOMNode Process.createMessage(java.lang.String messageId, java.lang.String[] arguments, java.lang.Object details)
          Creates a new Request ADOM for the message if not already created and adds the given message in it.
 

Uses of ADOMNode in org.moremotion.servlet
 

Methods in org.moremotion.servlet that return ADOMNode
 ADOMNode MoreMotionRequest.createMessage(java.lang.Exception exception)
          Creates a new Request Datasource for the message if not already created and adds the given message in it.
 ADOMNode MoreMotionRequest.createMessage(java.lang.String unitName, java.lang.String messageId, java.lang.String[] arguments, java.lang.Object details)
          Creates a new Request Datasource for the message if not already created and adds the given message in it.
 



Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.