com.jxml.qare.qhome
Class LoginTemplate

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

public class LoginTemplate
extends Template

This class generates the URL for login page


Fields inherited from class com.jxml.qare.qhome.Template
E, EV, properties
 
Constructor Summary
LoginTemplate()
           
 
Method Summary
 String process(String arg)
          Returns the value associated with argument present in properties
 
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

LoginTemplate

public LoginTemplate()
Method Detail

process

public String process(String arg)
Returns the value associated with argument present in properties
Overrides:
process in class Template