com.jxml.qare.qhome
Class CommonExceptionReply.CommonExceptionTemplate

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

public class CommonExceptionReply.CommonExceptionTemplate
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
CommonExceptionReply.CommonExceptionTemplate()
           
 
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

CommonExceptionReply.CommonExceptionTemplate

public CommonExceptionReply.CommonExceptionTemplate()
Method Detail

process

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