com.jxml.qare.qhome
Class CommonErrorReply.CommonErrorTemplate

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

public class CommonErrorReply.CommonErrorTemplate
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
CommonErrorReply.CommonErrorTemplate()
           
 
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

CommonErrorReply.CommonErrorTemplate

public CommonErrorReply.CommonErrorTemplate()
Method Detail

process

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