public DropTargetMapper(TagAttribute attribute) {
this.attribute = attribute;
}
public void applyMetadata(FaceletContext ctx, Object instance) {
((AbstractDropTarget) instance).addDropListener((new MethodExpressionDropListener(this.attribute
.getMethodExpression(ctx, null, SIGNATURE))));
}