project
Class ExampleServlet.Uppercase

java.lang.Object
  |
  +--com.sun.xml.tree.NodeBase
        |
        +--com.sun.xml.tree.ParentNode
              |
              +--com.sun.xml.tree.ElementNode
                    |
                    +--project.ExampleServlet.Executable
                          |
                          +--project.ExampleServlet.Uppercase

public static class ExampleServlet.Uppercase
extends ExampleServlet.Executable

Simple which, when executed, "uppercases" text (according to the rules used in the server's locale).


Constructor Summary
ExampleServlet.Uppercase()
           
 
Method Summary
 void execute()
          This method's execution uppercases the content of its child text element.
 
Methods inherited from class com.sun.xml.tree.ElementNode
cloneNode, getAttribute, getAttribute, getAttributeNode, getAttributeNode, getAttributes, getIdAttributeName, getLocalName, getNamespace, getNodeName, getNodeType, getPrefix, getTagName, getUserObject, normalize, removeAttribute, removeAttributeNode, removeWhiteSpaces, setAttribute, setAttributeNode, setIdAttributeName, setPrefix, setReadonly, setTag, setUserObject, toString, trimToSize, write, writeXml
 
Methods inherited from class com.sun.xml.tree.ParentNode
appendChild, doneChild, doneParse, getElementsByTagName, getFirstChild, getIndexOf, getLastChild, getLength, hasChildNodes, insertBefore, item, removeChild, replaceChild, startParse, writeChildrenXml
 
Methods inherited from class com.sun.xml.tree.NodeBase
getChildNodes, getInheritedAttribute, getInheritedAttribute, getLanguage, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, isReadonly, setNodeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExampleServlet.Uppercase

public ExampleServlet.Uppercase()
Method Detail

execute

public void execute()
This method's execution uppercases the content of its child text element.
Overrides:
execute in class ExampleServlet.Executable