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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomEditorContext
public DomEditorContext()
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.