org.kuali.rice.kew.edl
Class EDLContext
java.lang.Object
org.kuali.rice.kew.edl.EDLContext
public class EDLContext
- extends Object
Convenience object to hang valuable objects in edl off of.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edocLiteAssociation
private EDocLiteAssociation edocLiteAssociation
edlControllerChain
private EDLControllerChain edlControllerChain
userSession
private UserSession userSession
transformer
private Transformer transformer
requestParser
private RequestParser requestParser
inError
private boolean inError
userAction
private UserAction userAction
redirectUrl
private String redirectUrl
EDLContext
public EDLContext()
getUserSession
public UserSession getUserSession()
setUserSession
public void setUserSession(UserSession userSession)
getEdlControllerChain
public EDLControllerChain getEdlControllerChain()
setEdlControllerChain
public void setEdlControllerChain(EDLControllerChain edlControllerChain)
getEdocLiteAssociation
public EDocLiteAssociation getEdocLiteAssociation()
setEdocLiteAssociation
public void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)
getTransformer
public Transformer getTransformer()
setTransformer
public void setTransformer(Transformer transformer)
isInError
public boolean isInError()
setInError
public void setInError(boolean inError)
getRequestParser
public RequestParser getRequestParser()
setRequestParser
public void setRequestParser(RequestParser requestParser)
getUserAction
public UserAction getUserAction()
setUserAction
public void setUserAction(UserAction userAction)
getRedirectUrl
public String getRedirectUrl()
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.