package org.apache.velocity.util; import org.apache.velocity.context.Context; public interface ContextAware { void setContext(Context context); }