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(Set<Pattern> excludeProperties)
setAcceptProperties
void setAcceptProperties(Set<Pattern> acceptedProperties)
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.