org.deegree_impl.clients.wcasclient.configuration
Class TextComponent

java.lang.Object
  extended byorg.deegree_impl.clients.wcasclient.configuration.TextComponent

public class TextComponent
extends java.lang.Object

Version:
11.3.2003
Author:
Andreas Poth

Field Summary
private  org.w3c.dom.Document doc
           
private static java.lang.String LATLONNS
           
 
Constructor Summary
TextComponent(java.lang.String urlName)
          Creates a new instance of TextComponent
 
Method Summary
 java.lang.String getMessage(java.lang.String path)
          returns the message specified by the submitted path expression (e.g. text/download/successPattern )
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LATLONNS

private static java.lang.String LATLONNS

doc

private org.w3c.dom.Document doc
Constructor Detail

TextComponent

public TextComponent(java.lang.String urlName)
              throws java.lang.Exception
Creates a new instance of TextComponent

Method Detail

getMessage

public java.lang.String getMessage(java.lang.String path)
                            throws XMLParsingException
returns the message specified by the submitted path expression (e.g. text/download/successPattern )

Throws:
XMLParsingException