public class EDLContext extends Object
Constructor and Description |
---|
EDLContext() |
Modifier and Type | Method and Description |
---|---|
EDLControllerChain |
getEdlControllerChain() |
EDocLiteAssociation |
getEdocLiteAssociation() |
String |
getRedirectUrl() |
RequestParser |
getRequestParser() |
Transformer |
getTransformer() |
UserAction |
getUserAction() |
UserSession |
getUserSession() |
XPath |
getXpath() |
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) |
void |
setXpath(XPath xpath) |
public EDLContext()
public UserSession getUserSession()
public void setUserSession(UserSession userSession)
public EDLControllerChain getEdlControllerChain()
public void setEdlControllerChain(EDLControllerChain edlControllerChain)
public EDocLiteAssociation getEdocLiteAssociation()
public void setEdocLiteAssociation(EDocLiteAssociation edocLiteAssociation)
public Transformer getTransformer()
public void setTransformer(Transformer transformer)
public boolean isInError()
public void setInError(boolean inError)
public RequestParser getRequestParser()
public void setRequestParser(RequestParser requestParser)
public UserAction getUserAction()
public void setUserAction(UserAction userAction)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.