org.apache.velocity.util.introspection
public interface SecureIntrospectorControl
Modifier and Type | Method and Description |
---|---|
boolean |
checkObjectExecutePermission(java.lang.Class clazz,
java.lang.String method)
Determine which methods and classes to prevent from executing.
|
boolean checkObjectExecutePermission(java.lang.Class clazz, java.lang.String method)
clazz
- Class for which method is being calledmethod
- method being called. This may be null in the case of a call to iterator, get, or set methodCopyright © 2000-2014. All Rights Reserved.