A B C D E F G H I J K L M N O P R S T U V W X Y

W

WeakRef - Class in jfun.util
This class subclasses WeakReference to provide hashCode() and equals() based on reference semantics.
WeakRef(Object) - Constructor for class jfun.util.WeakRef
 
WeakRef(Object, ReferenceQueue) - Constructor for class jfun.util.WeakRef
 
WebBeanNut - Class in jfun.yan.web
This class simply extends BeanNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebBeanNut() - Constructor for class jfun.yan.web.WebBeanNut
 
WebCtorNut - Class in jfun.yan.web
This class simply extends ConstructorNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebCtorNut() - Constructor for class jfun.yan.web.WebCtorNut
 
WebMethodNut - Class in jfun.yan.web
This class simply extends MethodNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebMethodNut() - Constructor for class jfun.yan.web.WebMethodNut
 
WebSpringBeanNut - Class in jfun.yan.web
This class simply extends SpringBeanNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringBeanNut(SpringService) - Constructor for class jfun.yan.web.WebSpringBeanNut
 
WebSpringCtorNut - Class in jfun.yan.web
This class simply extends SpringCtorNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringCtorNut(SpringService) - Constructor for class jfun.yan.web.WebSpringCtorNut
 
WebSpringMethodNut - Class in jfun.yan.web
This class simply extends SpringMethodNut and set servlet context to components with the specified setter that accepts an ServletContext object.
WebSpringMethodNut(SpringService) - Constructor for class jfun.yan.web.WebSpringMethodNut
 
WebUtils - Class in jfun.yan.web
Web integration related utilities.
WebUtils() - Constructor for class jfun.yan.web.WebUtils
 
WILDCARD - Static variable in class jfun.yan.xml.Constants
 
withArgument(int, Creator) - Method in class jfun.yan.Component
Create a new Component object that uses a given Creator to create one of its parameters.
withArgument(int, Part) - Method in class jfun.yan.Component
Create a new Component object that uses a given Part object to create one of its parameters.
withArgument(Component, int, Creator) - Static method in class jfun.yan.Components
Customizes the creation of one parameter of a Component object using a Creator object.
withArgument(Component<T>, int, Part) - Static method in class jfun.yan.Components
Customizes the creation of one parameter of a Component object with a Part object.
withArguments(Creator[]) - Method in class jfun.yan.Component
Create a new Component object that uses given Creator objects to create its parameters.
withArguments(Part) - Method in class jfun.yan.Component
Create a new Component object that uses the given Part object to create all its parameters.
withArguments(Component, Creator[]) - Static method in class jfun.yan.Components
Customizes a Component's parameters with an array of Creator objects.
withArguments(Component, Part) - Static method in class jfun.yan.Components
Customizes a Component with a Part object to create all its parameters.
WithArgumentsNut - Class in jfun.yan.xml.nuts.optional
This Nut class enables calling a method/constructor with argument list created dynamically, rather than through the arg and args sub-elements literally.
WithArgumentsNut() - Constructor for class jfun.yan.xml.nuts.optional.WithArgumentsNut
 
withDefaultArgument(int, Creator) - Method in class jfun.yan.Component
Create a Component object that will use an alternative Creator object when a certain parameter is passed in as default.
withDefaultArgument(Component<T>, int, Creator) - Static method in class jfun.yan.Components
Create a Component object that will use an alternative Creator object when a certain parameter cannot be resolved or is passed in as default.
withDefaultProperty(Object, Creator) - Method in class jfun.yan.Component
Create a Component object that will use an alternative Creator object when a certain property is passed in as default.
withDefaultProperty(Component<T>, Object, Creator) - Static method in class jfun.yan.Components
Create a Component object that will use an alternative Creator object when a certain property cannot be resolved or is passed in as default.
withLifecycle(Component, Life) - Method in class jfun.yan.lifecycle.LifecycleManager
To create a Component object that enables life-cycle support.
withProperties(Map) - Method in class jfun.yan.Component
Create a new Component object that uses given Creator objects to create some of its properties.
withProperties(String[], Creator[]) - Method in class jfun.yan.Component
Create a new Component object that uses given Creator objects to create some of its properties' value.
withProperties(Part) - Method in class jfun.yan.Component
Create a new Component object that uses a Part object to create all of its property values.
withProperties(Component, Map) - Static method in class jfun.yan.Components
Customizes a Component's properties with provided Creator objects stored in a java.util.Map object.
withProperties(Component, String[], Creator[]) - Static method in class jfun.yan.Components
Customizes a Component's properties with the provided Creator objects.
withProperties(Component, Part) - Static method in class jfun.yan.Components
Customizes a Component object with a Part object to create all its property values.
WithPropertiesNut - Class in jfun.yan.xml.nuts.optional
This Nut class enables setting properties for a bean with property key-value map created dynamically, rather than through the prop sub-elements literally.
WithPropertiesNut() - Constructor for class jfun.yan.xml.nuts.optional.WithPropertiesNut
 
withProperty(Object, Creator) - Method in class jfun.yan.Component
Create a new Component object that uses a given Creator object to create one of its property value.
withProperty(Object, Part) - Method in class jfun.yan.Component
Create a new Component object that uses a given Part object to create one of its property values.
withProperty(Component<T>, Object, Creator) - Static method in class jfun.yan.Components
Customizes the creation of one property value of a Component object with a Creator object.
withProperty(Component<T>, Object, Part) - Static method in class jfun.yan.Components
Customizes the creation of one property value of a Component object with a Part object.
withState(Object) - Method in class jfun.yan.Component
Create a new Component object with the specified user state.
withState(Component<T>, Object) - Static method in class jfun.yan.Components
Customizes a Component object with the specified user state.
WorkingDirectory - Class in jfun.util
This class enables dynamic change of the "current directory".
wrapInstantiationException(Throwable) - Static method in class jfun.yan.util.Utils
Wrap an exception thrown when instantiating components.
wrapLifecycle(Component, Location, DefaultLifecycleManager, String, String, String, String) - Static method in class jfun.yan.xml.nuts.Util
Create a Component that adds lifecycle support.
wrapLifecycle(Component, LifecycleDeclaration) - Static method in class jfun.yan.xml.nuts.Util
Create a Component that adds lifecycle support.
writer(PrintWriter) - Static method in class jfun.yan.lifecycle.ExceptionHandlers
Get an ExceptionHandler object that prints the stack trace to a PrintWriter object.

A B C D E F G H I J K L M N O P R S T U V W X Y