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

L

label(Object) - Method in class jfun.yan.Component
Label the frame for this Component so that whenever a YanException is thrown, the provided label will be populated in the resolution trace.
label() - Method in class jfun.yan.Component
Label the frame for this Component so that whenever a YanException is thrown, the component itself will be populated in the resolution trace.
label(Component<T>, Object) - Static method in class jfun.yan.Components
Label the frame for a Component so that whenever a YanException is thrown, the provided label will be populated in the resolution trace.
LazyComponent<T> - Interface in jfun.yan
A lazily evaluated Component.
Life - Interface in jfun.yan.lifecycle
This interface represents anything that can create a LiveObject that has life-cycle support.
Lifecycle - Class in jfun.yan.lifecycle
This class represents the entire life-cycle for a component.
Lifecycle() - Constructor for class jfun.yan.lifecycle.Lifecycle
 
Lifecycle.Entry - Class in jfun.yan.lifecycle
This class encapsulates the "what-to-do" information for a life-cycle phase.
Lifecycle.Entry(Procedure, boolean) - Constructor for class jfun.yan.lifecycle.Lifecycle.Entry
To create a Entry object.
LIFECYCLE_MANAGER_ROOT - Static variable in class jfun.yan.web.YanLoader
The name of the servlet context attribute that holds the life cycle manager instance.
LifecycleDeclaration - Interface in jfun.yan.xml.nuts
Any nut that supports declarative lifecycle functions.
LifecycleManager - Class in jfun.yan.lifecycle
This class manages life-cycle for component objects.
LifecycleManager() - Constructor for class jfun.yan.lifecycle.LifecycleManager
 
LifecycleNut - Class in jfun.yan.xml.nuts
The <lifecycle> tag.
LifecycleNut() - Constructor for class jfun.yan.xml.nuts.LifecycleNut
 
List - Class in jfun.util
Immutable single list.
List() - Constructor for class jfun.util.List
 
list(Creator<T>...) - Static method in class jfun.yan.Components
Create a Component object that creates java.util.ArrayList.
list(List<C>) - Static method in class jfun.yan.Components
Create a Component object that creates java.util.ArrayList.
listArray(String, String, String, Object) - Static method in class jfun.util.StringUtils
Serialize an array of objects to a String.
listArray(StringBuffer, String, String, String, Object) - Static method in class jfun.util.StringUtils
Serialize a list of objects to a StringBuffer.
ListNut - Class in jfun.yan.xml.nuts
Nut class for <list> tag.
ListNut() - Constructor for class jfun.yan.xml.nuts.ListNut
 
ListStore<T> - Class in jfun.yan.element
This implementation stores component instances into a java.util.List.
ListStore(List<T>) - Constructor for class jfun.yan.element.ListStore
Create a ListStore object.
listString(String, String, String, Object[]) - Static method in class jfun.util.StringUtils
Serialize an array of objects to a String.
listString(String, String, String, List) - Static method in class jfun.util.StringUtils
Serialize a list of objects to a String.
listString(StringBuffer, String, String, String, Object[]) - Static method in class jfun.util.StringUtils
Serialize an array of objects to a StringBuffer object.
listString(StringBuffer, String, String, String, List) - Static method in class jfun.util.StringUtils
Serialize a list of objects to a String.
LiteralNut - Class in jfun.yan.xml.nuts
Super class for any Nut that supports the following attributes:
type - the type of the value.
LiteralNut() - Constructor for class jfun.yan.xml.nuts.LiteralNut
 
LiveObject - Class in jfun.yan.lifecycle
This class encapsulates life-cycle information for a regular Java object.
LiveObject(Object, Map) - Constructor for class jfun.yan.lifecycle.LiveObject
To create a LiveObject for a regular java object.
loadNutsFromContainer(Container) - Method in class jfun.yan.xml.NutsProcessor
Load descriptors of the nut classes registered in a Container.
loadNutsMetaData(Object, ClassLoader, ResourceLoader, InputStream) - Method in class jfun.yan.xml.NutsProcessor
Load configuration information from an InputStream and wires Nut classes.
loadNutsMetaData(Object, InputStream) - Method in class jfun.yan.xml.NutsProcessor
Load configuration information from an InputStream and wires Nut classes.
loadNutsMetaFile(ClassLoader, ResourceLoader, String) - Method in class jfun.yan.xml.NutsProcessor
Load a configuration file that wires Nut classes.
loadNutsMetaFile(String) - Method in class jfun.yan.xml.NutsProcessor
Load a configuration file that wires Nut classes.
loadNutsMetaResource(String) - Method in class jfun.yan.xml.NutsProcessor
Load configuration information from a resource loaded by the component class loader.
loadParentContainer(ServletContext) - Method in class jfun.yan.web.YanLoader
Load the parent Container object that's shared among web applications.
loadPropertiesFile(File) - Static method in class jfun.util.Misc
To load properties from a properties file.
loadResourceProperties(ClassLoader, String) - Static method in class jfun.util.Misc
To read a property file from a class loader into a Properties object.
loadResourceProperties(ResourceLoader, String) - Static method in class jfun.yan.util.Utils
To read a property file from a class loader into a Properties object.
LOCAL - Static variable in class jfun.yan.xml.Constants
 
LocaleEditor - Class in jfun.util.beans
The PropertyEditor that converts between String and Locale.
LocaleEditor() - Constructor for class jfun.util.beans.LocaleEditor
 
LocaleEditor(Object) - Constructor for class jfun.util.beans.LocaleEditor
 
Location - Class in jfun.yan.xml
This class represents a location within the config file.
Location(String, int, int) - Constructor for class jfun.yan.xml.Location
To create a Location object.
LocationAware - Interface in jfun.yan.xml
Anything that has a Location.
loop(Object, Object) - Method in class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut
Loop once by calling the body function and register the result.
loop(Object, Object, Object) - Method in class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut
Loop once by calling the body function and register the result.

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