public interface PropertyConduitSource
PropertyConduit
s, which can be thought of as a compiled property path
expression. PropertyConduits are the basis of the "prop:" binding factory, thus this service defines the expression
format used by the PropBindingFactory
.Modifier and Type | Method and Description |
---|---|
PropertyConduit |
create(Class rootType,
String expression)
Returns a property conduit instance for the given expression.
|
PropertyConduit create(Class rootType, String expression)
InvalidationEventHub
for ComponentClasses
and discard any aquired conduits; failure to do so
will create memory leaks whenever component classes change (the conduits will keep references to the old classes
and classloaders).rootType
- the type of the root object to which the expression is appliedexpression
- expression to be evaluated on instances of the root class${project.version} - Copyright © 2003-2015 The Apache Software Foundation.