Interface Context
public interface Context
-
Method Summary
-
Method Details
-
createContextMap
Map<String,Object> createContextMap(Map<String, Object> parameters) throws org.kuali.rice.core.api.exception.RiceIllegalStateExceptionCreates the template context map (template token and data) for a specific context.- Parameters:
parameters- Context to create the map from- Throws:
org.kuali.student.r2.common.exceptions.OperationFailedException- If creating context data map failsorg.kuali.rice.core.api.exception.RiceIllegalStateException
-