package org.apache.velocity.util.introspection; public interface SecureIntrospectorControl { boolean checkObjectExecutePermission(Class cls, String str); }