com.jxml.qare.qhome.delegation
Class CDelegate
java.lang.Object
|
+--com.jxml.qare.qhome.Template
|
+--com.jxml.qare.qhome.delegation.CDelegate
- All Implemented Interfaces:
- Item
- public class CDelegate
- extends Template
Fields inherited from class com.jxml.qare.qhome.Template |
E, EV |
Methods inherited from class com.jxml.qare.qhome.Template |
check, content, cvt, 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 |
qConfig
public QConfig qConfig
grantor
public DBUser.Row grantor
proj
public DBProject.Row proj
user
public DBUser.Row user
toSystem
public DBSystem.Row toSystem
application
public DBApplication.Row application
app
public String app
userName
public String userName
delegee
public String delegee
matchingName
public String matchingName
shortDelegee
public String shortDelegee
returnAddress
public String returnAddress
delegationDepth
public String delegationDepth
mark
public int mark
sb
public StringBuffer sb
properties
public Map properties
keyList
public List keyList
systems
public List systems
users
public List users
sit
public Iterator sit
pit
public Iterator pit
appItr
public Iterator appItr
action
public String action
cDelg
public CDelegate cDelg
delegationPrivileges
public DelegationPrivileges delegationPrivileges
delegPrivilege
public DelegationPrivileges delegPrivilege
privilegeOnSystem
public String privilegeOnSystem
depth
public String depth
d
public int d
l
public int l
limit
public String limit
deLimit
public String deLimit
gname
public String gname
project
public String project
t
public String t
plugins
public String plugins
map
public Map map
newMap
public TreeMap newMap
set
public Set set
newSet
public Set newSet
newUrl
public String newUrl
newItr
public Iterator newItr
spPriv
public List spPriv
c
public int c
priv
public ArrayList priv
url
public String url
buttonClicked
public String buttonClicked
CDelegate
public CDelegate()
eval
public void eval(Map properties,
List args,
ClassLoader cl)
throws Exception
- Description copied from class:
Template
- Evaluates the properties with the list of argumants
- Overrides:
eval
in class Template
- Following copied from class:
com.jxml.qare.qhome.Template
- Parameters:
properties
- Contains the data in the form of name,value pair.args
- Template name present in properties.cl
- class to be loaded for individual plugins.
process
public String process(String arg)
throws Exception
- Overrides:
process
in class Template