org.scrashmeow.ojb.console.ui.repoeditor
Class DomEditorContext

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.repoeditor.DomEditorContext
All Implemented Interfaces:
java.io.Serializable

public class DomEditorContext
extends java.lang.Object
implements java.io.Serializable

Author:
alexander To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
DomEditorContext()
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 java.lang.String getId()
           
 org.w3c.dom.Node getOriginalNode()
           
 DomEditorContext getParentContext()
           
 java.lang.String getParentContextId()
           
 java.lang.String getRepositoryId()
           
 org.w3c.dom.Node getWorkingNode()
           
static DomEditorContext lookup(ApplicationService service, HttpServletRequest request, DocumentAwareForm form)
           
static DomEditorContext newInstance()
           
static DomEditorContext newInstance(DomEditorContext parentContext)
           
 void setDocument(org.w3c.dom.Document document)
           
 void setId(java.lang.String string)
           
 void setOriginalNode(org.w3c.dom.Node node)
           
 void setParentContext(DomEditorContext context)
           
 void setRepositoryId(java.lang.String string)
           
 void setWorkingNode(org.w3c.dom.Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomEditorContext

public DomEditorContext()
Method Detail

newInstance

public static DomEditorContext newInstance(DomEditorContext parentContext)

newInstance

public static DomEditorContext newInstance()

lookup

public static DomEditorContext lookup(ApplicationService service,
                                      HttpServletRequest request,
                                      DocumentAwareForm form)
                               throws ServiceException
ServiceException

getDocument

public org.w3c.dom.Document getDocument()
Returns:

setDocument

public void setDocument(org.w3c.dom.Document document)
Parameters:
document -

getWorkingNode

public org.w3c.dom.Node getWorkingNode()
Returns:

setWorkingNode

public void setWorkingNode(org.w3c.dom.Node node)
Parameters:
node -

getParentContext

public DomEditorContext getParentContext()
Returns:

setParentContext

public void setParentContext(DomEditorContext context)
Parameters:
context -

getParentContextId

public java.lang.String getParentContextId()

getId

public java.lang.String getId()
Returns:

setId

public void setId(java.lang.String string)
Parameters:
string -

getOriginalNode

public org.w3c.dom.Node getOriginalNode()
Returns:

setOriginalNode

public void setOriginalNode(org.w3c.dom.Node node)
Parameters:
node -

getRepositoryId

public java.lang.String getRepositoryId()
Returns:

setRepositoryId

public void setRepositoryId(java.lang.String string)
Parameters:
string -


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.