org.chenillekit.tapestry.core.factories
Class OgnlBindingFactory
java.lang.Object
org.chenillekit.tapestry.core.factories.OgnlBindingFactory
- All Implemented Interfaces:
- BindingFactory
public class OgnlBindingFactory
- extends Object
- implements BindingFactory
Binding factory where the expression evaluated by OGNL.
- Version:
- $Id: OgnlBindingFactory.java 594 2009-12-05 15:17:26Z mlusetti $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlBindingFactory
public OgnlBindingFactory()
newBinding
public Binding newBinding(String description,
ComponentResources container,
ComponentResources component,
String expression,
Location location)
- Specified by:
newBinding in interface BindingFactory
Copyright © 2008-2010 ChenilleKit. All Rights Reserved.