jfun.yan.xml.nuts.optional
Class InjectorAspectNut

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nut.ComponentNut
          extended by jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
              extended by jfun.yan.xml.nuts.MethodNut
                  extended by jfun.yan.xml.nuts.optional.AspectjNut
                      extended by jfun.yan.xml.nuts.optional.InjectorAspectNut
All Implemented Interfaces:
java.io.Serializable, LifecycleDeclaration

public class InjectorAspectNut
extends AspectjNut

This class declares an aspect and enables the setting of Injection to the property "injection".

Author:
Ben Yu Dec 16, 2005 3:37:44 PM
See Also:
Serialized Form

Constructor Summary
InjectorAspectNut()
           
 
Method Summary
 void setInjection(Component inj)
           
 
Methods inherited from class jfun.yan.xml.nuts.optional.AspectjNut
eval
 
Methods inherited from class jfun.yan.xml.nuts.MethodNut
add, evaluateNoLifecycle, getDisposer, getInitializer, getName, getStarter, getStopper, isPrivate_access, setClass, setComponent, setDisposer, setInitializer, setName, setPrivate_access, setStarter, setStopper
 
Methods inherited from class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut
addArg, addArgs, addProp, applyArguments, applyProperties, containsExplicitProperty, decorateComponent, defineBean, getArgList, getArgs, getAutoWire, getMaxArgsCount, getParameterAutowireMode, getParameterTypes, getPropertyAutowireMode, getPropertyNames, informAwares, isAllProperties, isBeanByDefault, isValidate_property_names, setArgs, setAutowire, setOptional_properties, setParams, setProperty_names, setProps, setValidate_property_names
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jfun.yan.xml.nuts.LifecycleDeclaration
getNutEnvironment, getTagLocation
 

Constructor Detail

InjectorAspectNut

public InjectorAspectNut()
Method Detail

setInjection

public void setInjection(Component inj)