| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.common.InjectionTarget
InjectionTarget | public class InjectionTarget (Code) | | Class representing the injection-target element.
author: Florent Benoit |
getClassname | public String getClassname()(Code) | | the name of the class where injection should occurs. |
getTargetName | public String getTargetName()(Code) | | the name of the target (attribute) |
setClassname | public void setClassname(String classname)(Code) | | Sets the name of the class.
Parameters: classname - the name of the class. |
setTargetName | public void setTargetName(String targetName)(Code) | | Sets the name of the attribute/target of the injection.
Parameters: targetName - the name of the attribute |
|
|
|