org.kuali.rice.krms.impl.repository.language
Interface Context

All Known Implementing Classes:
AbstractContext

public interface Context


Method Summary
 Map<String,Object> createContextMap(Map<String,Object> parameters)
          Creates the template context map (template token and data) for a specific context.
 

Method Detail

createContextMap

Map<String,Object> createContextMap(Map<String,Object> parameters)
                                    throws 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
RiceIllegalStateException


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.