org.kuali.rice.edl.impl
Class EDLContext

java.lang.Object
  extended by 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)

Constructor Summary
EDLContext()
           
 
Method Summary
 EDLControllerChain getEdlControllerChain()
           
 EDocLiteAssociation getEdocLiteAssociation()
           
 String getRedirectUrl()
           
 RequestParser getRequestParser()
           
 Transformer getTransformer()
           
 UserAction getUserAction()
           
 UserSession getUserSession()
           
 boolean isInError()
           
 void setEdlControllerChain(EDLControllerChain edlControllerChain)
           
 void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)
           
 void setInError(boolean inError)
           
 void setRedirectUrl(String redirectUrl)
           
 void setRequestParser(RequestParser requestParser)
           
 void setTransformer(Transformer transformer)
           
 void setUserAction(UserAction userAction)
           
 void setUserSession(UserSession userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDLContext

public EDLContext()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.