public class DelegatingVariableResolver extends Object implements org.zkoss.xel.VariableResolver
It defines a variable called _container to represent
the instance of org.seasar.framework.container.S2Container.
The _container is get from SingletonS2ContainerFactory.getContainer().
Usage:
in your zul file:
<?variable-resolver class="org.zkoss.zkplus.seasar.DelegatingVariableResolver"?>
Applicable to Seasar Framework version 2.4 or later
| Modifier and Type | Field and Description |
|---|---|
protected org.seasar.framework.container.S2Container |
_container |
| Constructor and Description |
|---|
DelegatingVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Object |
resolveVariable(String name)
Get the seasar component by the specified name.
|
Copyright © 2019. All rights reserved.