Uses of Class
freemarker.ext.beans.MemberSelectorListMemberAccessPolicy
Packages that use MemberSelectorListMemberAccessPolicy
Package
Description
The default object wrapper of FreeMarker uses
this to expose Java Beans and POJO-s to templates.
-
Uses of MemberSelectorListMemberAccessPolicy in freemarker.ext.beans
Subclasses of MemberSelectorListMemberAccessPolicy in freemarker.ext.beansModifier and TypeClassDescriptionclass
Blacklist-based member access policy, that is, members that are matched by the listing will not be accessible, all others will be.class
Whitelist-based member access policy, that is, only members that are matched by the listing will be exposed.