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
 
 
| 
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 | 
 
LoginTemplate
public LoginTemplate()
process
public String process(String arg)
- Returns the value associated with argument present in properties
- Overrides:
 process in class Template