com.jxml.qare.qhome.helloWorld
Class HelloTemplate

java.lang.Object
  |
  +--com.jxml.qare.qhome.Template
        |
        +--com.jxml.qare.qhome.helloWorld.HelloTemplate
All Implemented Interfaces:
Item

public class HelloTemplate
extends Template


Fields inherited from class com.jxml.qare.qhome.Template
E, EV, properties
 
Constructor Summary
HelloTemplate()
           
 
Method Summary
 String process(String arg)
           
 
Methods inherited from class com.jxml.qare.qhome.Template
check, content, cvt, eval, expand, expandProperty, expandURL, init, markup, readURL, redirectToAppDir, redirectToDelegationDisplay, redirectToDelegationDisplayUG, redirectToLogin, redirectToRemoteAccountDisplay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloTemplate

public HelloTemplate()
Method Detail

process

public String process(String arg)
Overrides:
process in class Template