Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.webapp.utils
Class JspJDeveloperCommentUtils

java.lang.Object
  extended by oracle.jdeveloper.webapp.utils.JspJDeveloperCommentUtils

public final class JspJDeveloperCommentUtils
extends java.lang.Object

Utilities for manipulating JDeveloper comments in a JSP. JDeveloper comments are hidden from the user and contain JDeveloper specific information.


Method Summary
static org.w3c.dom.Node createJDeveloperComment(oracle.bali.xml.model.XmlModel model, org.w3c.dom.Element parent, java.lang.String key, java.lang.String data)
          Creates a JDeveloper comment of the given key and data appending to the parent element
static org.w3c.dom.Node createJDeveloperComment(oracle.bali.xml.model.XmlModel model, org.w3c.dom.Element parent, java.lang.String key, java.lang.String data, boolean append)
          Creates a JDeveloper comment of the given key and data in the parent element
static java.lang.String getJDeveloperCommentData(org.w3c.dom.Element parent, java.lang.String key)
          Returns the data of the JDeveloper comment of the given key, contained within the parent, or null if it does not exist.
static void removeJDeveloperComment(org.w3c.dom.Element parent, java.lang.String key)
          Removes a JDeveloper comment of the given key from the given parent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createJDeveloperComment

public static org.w3c.dom.Node createJDeveloperComment(oracle.bali.xml.model.XmlModel model,
                                                       org.w3c.dom.Element parent,
                                                       java.lang.String key,
                                                       java.lang.String data)
Creates a JDeveloper comment of the given key and data appending to the parent element

Parameters:
model -
parent -
key -
data -
Returns:

createJDeveloperComment

public static org.w3c.dom.Node createJDeveloperComment(oracle.bali.xml.model.XmlModel model,
                                                       org.w3c.dom.Element parent,
                                                       java.lang.String key,
                                                       java.lang.String data,
                                                       boolean append)
Creates a JDeveloper comment of the given key and data in the parent element

Parameters:
model -
parent -
key -
data -
append -
Returns:

getJDeveloperCommentData

public static java.lang.String getJDeveloperCommentData(org.w3c.dom.Element parent,
                                                        java.lang.String key)
Returns the data of the JDeveloper comment of the given key, contained within the parent, or null if it does not exist.

Parameters:
parent -
key -
Returns:
the data of the JDeveloper comment of the given key, contained within the parent, or null if it does not exist

removeJDeveloperComment

public static void removeJDeveloperComment(org.w3c.dom.Element parent,
                                           java.lang.String key)
Removes a JDeveloper comment of the given key from the given parent

Parameters:
parent -
key -

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.