private MetaClass _outerComponentCache;
@Override
public BeanDescriptor getBeanDescriptor() {
return new BeanDescriptor() {
private final Set<String> properties;
private final Map<String, MetaMethod> getterProperties;
private final Map<String, MetaMethod> setterProperties;
{