oracle.jdeveloper.html
Class HTMLTextElement
java.lang.Object
oracle.jdeveloper.html.HTMLElement
oracle.jdeveloper.html.HTMLTextElement
- public class HTMLTextElement
- extends HTMLElement
Represents a text element. This is an element you can add to a page when no tag is necessary.
- Version:
- PUBLIC
Field Summary |
protected java.lang.String |
theText
|
Constructor Summary |
HTMLTextElement(java.lang.String sText)
Constructs element providing it's text. |
Method Summary |
void |
render(java.io.PrintWriter out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theText
protected java.lang.String theText
HTMLTextElement
public HTMLTextElement(java.lang.String sText)
- Constructs element providing it's text.
- Parameters:
sText
- text for new element.
render
public void render(java.io.PrintWriter out)
throws java.lang.Exception
- Specified by:
render
in class HTMLElement
- Throws:
java.lang.Exception
Copyright © 1997, 2004, Oracle. All rights reserved.