com.opensymphony.xwork2.util
Interface MemberAccessValueStack
- All Known Implementing Classes:
- OgnlValueStack
public interface MemberAccessValueStack
ValueStacks implementing this interface provide a way to remove block or allow access
to properties using regular expressions
setExcludeProperties
void setExcludeProperties(java.util.Set<java.util.regex.Pattern> excludeProperties)
setAcceptProperties
void setAcceptProperties(java.util.Set<java.util.regex.Pattern> acceptedProperties)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.