com.jxml.qare.qhome
Class ResponseError.RETemplate

java.lang.Object
  |
  +--com.jxml.qare.qhome.Template
        |
        +--com.jxml.qare.qhome.ResponseError.RETemplate
All Implemented Interfaces:
Item
Enclosing class:
ResponseError

public class ResponseError.RETemplate
extends Template

This class provides the functionality for processing the templates


Fields inherited from class com.jxml.qare.qhome.Template
E, EV, properties
 
Constructor Summary
ResponseError.RETemplate()
           
 
Method Summary
 String process(String arg)
          Processes the templates
 
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

ResponseError.RETemplate

public ResponseError.RETemplate()
Method Detail

process

public String process(String arg)
Processes the templates
Overrides:
process in class Template