Package | Description |
---|---|
net.sf.mmm.util.pojo.impl.spring | |
net.sf.mmm.util.pojo.path.api |
Provides the API for navigating a
PojoPath . |
net.sf.mmm.util.pojo.path.base |
Contains the base-implementation of the
PojoPath API. |
net.sf.mmm.util.pojo.path.impl |
Contains the implementation of the
PojoPath API. |
Modifier and Type | Method and Description |
---|---|
PojoPathFunctionManager |
UtilPojoSpringConfig.pojoPathFunctionManager() |
Modifier and Type | Method and Description |
---|---|
PojoPathFunctionManager |
PojoPathContext.getAdditionalFunctionManager()
This method gets an optional
PojoPathFunctionManager . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPojoPathFunctionManager
This is the default implementation of the
PojoPathFunctionManager . |
Modifier and Type | Field and Description |
---|---|
private PojoPathFunctionManager |
PojoPathContextBean.additionalFunctionManager |
private PojoPathFunctionManager |
AbstractPojoPathNavigator.functionManager |
Modifier and Type | Method and Description |
---|---|
PojoPathFunctionManager |
PojoPathContextBean.getAdditionalFunctionManager() |
protected PojoPathFunctionManager |
AbstractPojoPathNavigator.getFunctionManager()
This method gets the optional
PojoPathFunctionManager for PojoPathFunction s that are global for
this PojoPathNavigator instance. |
Modifier and Type | Method and Description |
---|---|
void |
PojoPathContextBean.setAdditionalFunctionManager(PojoPathFunctionManager additionalFunctionManager)
This method sets the
additional function-manager . |
void |
AbstractPojoPathNavigator.setFunctionManager(PojoPathFunctionManager functionManager)
This method sets the
function-manager used for global
PojoPathFunction s. |
Modifier and Type | Class and Description |
---|---|
class |
PojoPathFunctionManagerImpl
This is the implementation of
PojoPathFunctionManager . |
Copyright © 2001–2016 mmm-Team. All rights reserved.