public interface Context
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the template context map (template token and data) for a specific context.
  • Method Details

    • createContextMap

      Map<String,Object> createContextMap(Map<String,Object> parameters) throws org.kuali.rice.core.api.exception.RiceIllegalStateException
      Creates 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 fails
      org.kuali.rice.core.api.exception.RiceIllegalStateException