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

O

OFF - Static variable in class jfun.yan.xml.Constants
 
ON - Static variable in class jfun.yan.xml.Constants
 
onException(Class<? extends Throwable>, Creator<T>) - Static method in class jfun.yan.Monad
Create a Recovery object that will recover from a provided exception type by returning an alternative Creator object.
open(LifecycleManager) - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To invoke the "open" phase for the objects stored in the LifecycleManager object.
open() - Method in class jfun.yan.lifecycle.DefaultLifecycleManager
To call the "open" phase for all managed instances.
opener(Lifecycle, Procedure, boolean) - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To register the "open" phase into a Lifecycle object.
opener(Lifecycle, Procedure) - Method in class jfun.yan.lifecycle.DefaultLifecycleDescriptor
To register the "open" phase into a Lifecycle object.
The phase allows re-entry.
opener(Procedure, boolean) - Method in class jfun.yan.lifecycle.DefaultLifecycleManager.DefaultLifecycle
To register the "open" phase.
opener(Procedure) - Method in class jfun.yan.lifecycle.DefaultLifecycleManager.DefaultLifecycle
To register the "open" phase as re-entrant.
opener(String) - Method in class jfun.yan.lifecycle.DefaultLifecycleManager.DefaultLifecycle
To register the "open" phase as re-entrant.
option(T) - Method in class jfun.yan.Component
Creates an optional Component.
optional() - Method in class jfun.yan.Component
Creates an optional Component.
optionalParameter(int) - Method in class jfun.yan.Component
Make a parameter optional, so that when the argument cannot be resolved or any of its subcomponent cannot be resolved, the default value is used instead.
optionalParameter(Component<T>, int) - Static method in class jfun.yan.Components
Creates a new Component object that makes a parameter optional.
optionalParameters() - Method in class jfun.yan.Component
Make sure the parameters are optional.
optionalParameters(Component<T>) - Static method in class jfun.yan.Components
Make sure the parameters of a component are optional.
optionalProperties() - Method in class jfun.yan.Component
Make sure the properties are optional.
optionalProperties(Component<T>) - Static method in class jfun.yan.Components
Make sure the properties of a Java bean component are optional.
optionalProperty(Object) - Method in class jfun.yan.Component
Make a property identified by a key optional, so that when the property cannot be resolved or any of its subcomponent cannot be resolved, the default value is used instead.
optionalProperty(Component<T>, Object) - Static method in class jfun.yan.Components
Creates a new Component object that makes a property identified by a key optional.
or(ResourceLoader, ResourceLoader) - Static method in class jfun.yan.util.resource.ResourceLoaders
Create a ResourceLoader that loads resource using a primary ResourceLoader object, and tries an alternative ResourceLoader if the primary doesn't find a resource.
or(ClassLoader, ResourceLoader) - Static method in class jfun.yan.util.resource.ResourceLoaders
Create a ResourceLoader that loads resource using a primary ClassLoader object, and tries an alternative ResourceLoader if the primary doesn't find a resource.
or(ResourceLoader, ClassLoader) - Static method in class jfun.yan.util.resource.ResourceLoaders
Create a ResourceLoader that loads resource using a primary ResourceLoader object, and tries an alternative ClassLoader if the primary doesn't find a resource.
OrResourceLoader - Class in jfun.yan.util.resource
This class represents a ResourceLoader that loads resource using a primary ResourceLoader object, and tries an alternative ResourceLoader if the primary doesn't find a resource.
OrResourceLoader(ResourceLoader, ResourceLoader) - Constructor for class jfun.yan.util.resource.OrResourceLoader
Create an OrResourceLoader 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