Package org.kuali.rice.edl.impl
Class EDLContext
- java.lang.Object
-
- org.kuali.rice.edl.impl.EDLContext
-
public class EDLContext extends java.lang.ObjectConvenience object to hang valuable objects in edl off of.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
-
Constructor Summary
Constructors Constructor Description EDLContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EDLControllerChaingetEdlControllerChain()EDocLiteAssociationgetEdocLiteAssociation()java.lang.StringgetRedirectUrl()RequestParsergetRequestParser()javax.xml.transform.TransformergetTransformer()UserActiongetUserAction()org.kuali.rice.krad.UserSessiongetUserSession()javax.xml.xpath.XPathgetXpath()booleanisInError()voidsetEdlControllerChain(EDLControllerChain edlControllerChain)voidsetEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)voidsetInError(boolean inError)voidsetRedirectUrl(java.lang.String redirectUrl)voidsetRequestParser(RequestParser requestParser)voidsetTransformer(javax.xml.transform.Transformer transformer)voidsetUserAction(UserAction userAction)voidsetUserSession(org.kuali.rice.krad.UserSession userSession)voidsetXpath(javax.xml.xpath.XPath xpath)
-
-
-
Method Detail
-
getXpath
public javax.xml.xpath.XPath getXpath()
-
setXpath
public void setXpath(javax.xml.xpath.XPath xpath)
-
getUserSession
public org.kuali.rice.krad.UserSession getUserSession()
-
setUserSession
public void setUserSession(org.kuali.rice.krad.UserSession userSession)
-
getEdlControllerChain
public EDLControllerChain getEdlControllerChain()
-
setEdlControllerChain
public void setEdlControllerChain(EDLControllerChain edlControllerChain)
-
getEdocLiteAssociation
public EDocLiteAssociation getEdocLiteAssociation()
-
setEdocLiteAssociation
public void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)
-
getTransformer
public javax.xml.transform.Transformer getTransformer()
-
setTransformer
public void setTransformer(javax.xml.transform.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 java.lang.String getRedirectUrl()
-
setRedirectUrl
public void setRedirectUrl(java.lang.String redirectUrl)
-
-