org.kuali.rice.edl.impl
Class EDLContext
java.lang.Object
   org.kuali.rice.edl.impl.EDLContext
org.kuali.rice.edl.impl.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 | 
 
EDLContext
public EDLContext()
getXpath
public XPath getXpath()
- 
 
setXpath
public void setXpath(XPath xpath)
- 
 
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 © 2005-2015 The Kuali Foundation. All Rights Reserved.