|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package jfun.util |
|---|
| Class jfun.util.List extends java.lang.Object implements Serializable |
|---|
| Class jfun.util.Pair extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object _fst
java.lang.Object _snd
| Class jfun.util.SerializableConstructor extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Class jfun.util.SerializableField extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Class jfun.util.SerializableMethod extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Package jfun.util.beans |
|---|
| Class jfun.util.beans.Bean extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object obj
BeanType btype
| Class jfun.util.beans.BeanException extends java.lang.RuntimeException implements Serializable |
|---|
| Class jfun.util.beans.BeanPropertyException extends BeanException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.Class<T> type
| Class jfun.util.beans.BeanType extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException| Serialized Fields |
|---|
java.lang.Class<T> type
| Class jfun.util.beans.NoSuchPropertyException extends BeanPropertyException implements Serializable |
|---|
| Class jfun.util.beans.PropertyNotReadableException extends BeanPropertyException implements Serializable |
|---|
| Class jfun.util.beans.PropertyNotWritableException extends BeanPropertyException implements Serializable |
|---|
| Package jfun.yan |
|---|
| Class jfun.yan.AmbiguousComponentResolutionException extends YanException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object key
java.lang.Class<T> t1
java.lang.Class<T> t2
| Class jfun.yan.Component extends java.lang.Object implements Serializable |
|---|
| Class jfun.yan.ComponentInstantiationException extends YanException implements Serializable |
|---|
| Class jfun.yan.ComponentResolutionException extends YanException implements Serializable |
|---|
| Class jfun.yan.Creator2Component extends Component<T> implements Serializable |
|---|
| Serialized Fields |
|---|
Creator<T> creator
| Class jfun.yan.CyclicDependencyException extends YanException implements Serializable |
|---|
| Class jfun.yan.DecoratingComponent extends DelegatingComponent implements Serializable |
|---|
| Class jfun.yan.DefaultingException extends InternalException implements Serializable |
|---|
| Class jfun.yan.DefaultPropertiesInjector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
BeanType btype
java.util.Set<E> props
| Class jfun.yan.DelegatingComponent extends Component implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> cc
| Class jfun.yan.DelegatingComponentMap extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ComponentMap cmap
| Class jfun.yan.FilteredPropertiesInjector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
BeanType btype
MemberPredicate filter
java.util.Set<E> propnames
| Class jfun.yan.IllegalPropertyNameException extends InvalidPropertyException implements Serializable |
|---|
| Class jfun.yan.InternalException extends YanException implements Serializable |
|---|
| Class jfun.yan.InvalidPropertyException extends YanException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
java.lang.String name
| Class jfun.yan.IrresolveableArgumentException extends UnsatisfiedComponentException implements Serializable |
|---|
| Serialized Fields |
|---|
int num
java.lang.Class<T> type
| Class jfun.yan.IrresolveablePropertyException extends UnsatisfiedComponentException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object lkey
java.lang.Class<T> type
| Class jfun.yan.ManualDependency extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ComponentMap cmap
java.lang.Object ckey
| Class jfun.yan.NonReadablePropertyException extends InvalidPropertyException implements Serializable |
|---|
| Class jfun.yan.NonWritablePropertyException extends InvalidPropertyException implements Serializable |
|---|
| Class jfun.yan.NullBeanObjectException extends YanException implements Serializable |
|---|
| Class jfun.yan.ParameterEntry extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Function<T> f
int pos
| Class jfun.yan.ParameterTypeMismatchException extends TypeMismatchException implements Serializable |
|---|
| Serialized Fields |
|---|
Signature<T> source
java.lang.Object ckey
int num
| Class jfun.yan.PropertyEntry extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object obj
java.lang.Object key
| Class jfun.yan.PropertyTypeMismatchException extends TypeMismatchException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> source
java.lang.Object ckey
java.lang.Object lkey
| Class jfun.yan.ReturnTypeMismatchException extends TypeMismatchException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.reflect.Method mtd
| Class jfun.yan.SimpleComponent extends Component<T> implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
| Class jfun.yan.SimpleDependency extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object ckey
ComponentMap cmap
| Class jfun.yan.StoreBinder extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Creator<T>[] steps
| Class jfun.yan.TypeMismatchException extends YanException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> expected_type
java.lang.Class<T> actual_type
| Class jfun.yan.UnknownComponentTypeException extends YanException implements Serializable |
|---|
| Class jfun.yan.UnresolvedComponentException extends ComponentResolutionException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object key
| Class jfun.yan.UnsatisfiedComponentException extends ComponentResolutionException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object key
| Class jfun.yan.YanException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Stack<E> trace
| Package jfun.yan.containers |
|---|
| Class jfun.yan.containers.ComponentTransformer extends java.lang.Object implements Serializable |
|---|
| Class jfun.yan.containers.DefaultContainer extends SimpleContainer implements Serializable |
|---|
| Class jfun.yan.containers.DelegatingContainer extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Container yan
| Class jfun.yan.containers.ImmutablePreferredContainer extends SimpleContainer implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.HashMap<K,V> typecache
java.util.HashMap<K,V> typescache
java.util.HashMap<K,V> boolcache
java.util.HashMap<K,V> type_factory_cache
java.util.HashMap<K,V> key_factory_cache
| Class jfun.yan.containers.InheritedRegistrar extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Registrar parent
Registrar child
| Class jfun.yan.containers.ManualContainer extends ManualWiringContainer implements Serializable |
|---|
| Class jfun.yan.containers.ManualWiringContainer extends ImmutablePreferredContainer implements Serializable |
|---|
| Class jfun.yan.containers.ProxyContainer extends TransformingContainer implements Serializable |
|---|
| Class jfun.yan.containers.SimpleContainer extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Registrar target
| Class jfun.yan.containers.SimpleRegistrar extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.LinkedHashMap<K,V> creators
| Class jfun.yan.containers.SingletonContainer extends TransformingContainer implements Serializable |
|---|
| Class jfun.yan.containers.SingletonProxyContainer extends TransformingContainer implements Serializable |
|---|
| Class jfun.yan.containers.TransformingContainer extends SimpleContainer implements Serializable |
|---|
| Serialized Fields |
|---|
ComponentTransformer ct
| Package jfun.yan.etc |
|---|
| Class jfun.yan.etc.FilteredPropertyBinder extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
PropertyBinder alternative
PropertyPredicate pred
Creator<T> consequence
| Package jfun.yan.factory |
|---|
| Class jfun.yan.factory.CachingPool extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException| Class jfun.yan.factory.GlobalScope extends CachingPool<T> implements Serializable |
|---|
| Class jfun.yan.factory.SimplePool extends java.lang.Object implements Serializable |
|---|
| Class jfun.yan.factory.ThreadLocalScope extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException| Package jfun.yan.function |
|---|
| Package jfun.yan.lifecycle |
|---|
| Class jfun.yan.lifecycle.DefaultLifecycleManager.DefaultLifecycle extends Lifecycle implements Serializable |
|---|
| Class jfun.yan.lifecycle.Lifecycle extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> entries
| Class jfun.yan.lifecycle.Lifecycle.Entry extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Procedure proc
boolean reentrant
| Class jfun.yan.lifecycle.Phase extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object key
ExceptionHandler handler
| Package jfun.yan.monitoring |
|---|
| Class jfun.yan.monitoring.MonitoringContainer extends SimpleContainer implements Serializable |
|---|
| Serialized Fields |
|---|
Monitors mon
| Package jfun.yan.util |
|---|
| Class jfun.yan.util.AmbiguityException extends java.lang.IllegalArgumentException implements Serializable |
|---|
| Class jfun.yan.util.NameFilteredMemberPredicate extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Set<E> set
| Package jfun.yan.util.deserializer |
|---|
| Class jfun.yan.util.deserializer.PropertyEditorDeserializer extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
jfun.yan.util.deserializer.DefaultConstructedThreadLocalSerializable editor
java.lang.Class<T> editor_class
| Package jfun.yan.util.resource |
|---|
| Class jfun.yan.util.resource.ClassLoader2ResourceLoader extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.ClassLoader cloader
| Class jfun.yan.util.resource.OrResourceLoader extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
ResourceLoader primary
ResourceLoader alt
| Package jfun.yan.web |
|---|
| Class jfun.yan.web.ServletContextResourceLoader extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
javax.servlet.ServletContext ctxt
ResourceLoader loader
| Class jfun.yan.web.WebBeanNut extends BeanNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.WebCtorNut extends ConstructorNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.WebMethodNut extends MethodNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.WebSpringBeanNut extends SpringBeanNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.WebSpringCtorNut extends SpringCtorNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.WebSpringMethodNut extends SpringMethodNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String servlet_context_property
| Class jfun.yan.web.YanLoaderServlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
| Serialized Fields |
|---|
YanLoader YanLoader
| Package jfun.yan.xfire |
|---|
| Class jfun.yan.xfire.ServiceNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> default_xfire
Component<T> serviceFactory
Component<T> xFire
java.lang.String name
java.lang.String namespace
java.lang.Class<T> serviceInterface
java.util.List<E> inHandlers
java.util.List<E> outHandlers
java.util.List<E> faultHandlers
java.util.List<E> schemas
java.lang.Class<T> implementationClass
java.util.List<E> properties
org.codehaus.xfire.soap.SoapVersion soapVersion
java.lang.String use
java.lang.String style
ScopePolicy scope
| Class jfun.yan.xfire.XFireYanServlet extends org.codehaus.xfire.transport.http.XFireServlet implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String default_xfire
java.lang.String default_controller
YanLoader loader
Container yan
java.lang.String xfire_name
java.lang.String controller_name
| Package jfun.yan.xml |
|---|
| Class jfun.yan.xml.ConfigurationException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
Location loc
| Class jfun.yan.xml.CyclicModuleDependencyException extends ConfigurationException implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Stack<E> trace
| Class jfun.yan.xml.DelegatingNutsFunction extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
NutsFunction fun
| Class jfun.yan.xml.Location extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String module
int line
int col
| Class jfun.yan.xml.NutsProcessor extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
DefaultLifecycleManager manager
Container yan
java.lang.ClassLoader cloader
ResourceLoader rloader
java.io.File basedir
java.util.Map<K,V> deserializers
java.util.Map<K,V> services
java.util.Map<K,V> external_nuts
java.util.Map<K,V> eager_instantiations
java.util.Map<K,V> variables
ParameterBinder<T> param_wiring
PropertyBinder prop_wiring
SingletonMode singleton_mode
jfun.yan.xml.NutsProcessor.CustomWiringModes custom_wiring_modes
java.util.List<E> modules_involved
jfun.yan.xml.NutsRegistrar dynamic_registered
| Class jfun.yan.xml.SynchronizedNutsFunction extends DelegatingNutsFunction implements Serializable |
|---|
| Class jfun.yan.xml.UID extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object module_id
java.lang.Object id
int evaluation_seq
int declaration_seq
| Package jfun.yan.xml.nut |
|---|
| Class jfun.yan.xml.nut.BinderNut extends Nut implements Serializable |
|---|
| Class jfun.yan.xml.nut.ComponentNut extends Nut implements Serializable |
|---|
| Class jfun.yan.xml.nut.Nut extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Location loc
NutEnvironment env
java.lang.String tagname
java.lang.String id
boolean globallyDefined
int seq_no
| Class jfun.yan.xml.nut.NutDescriptor extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
java.util.Map<K,V> props
boolean collection
jfun.yan.xml.nut.NutDescriptor.CollectionDescriptor cdesc
jfun.yan.xml.nut.NutDescriptor.RegularDescriptor rdesc
Evaluator evaluator
java.util.Map<K,V> adders
java.util.Map<K,V> addertypes
jfun.yan.xml.nut.MethodSuite anonymous_adder_suite
Factory<T> factory
| Class jfun.yan.xml.nut.NutIntrospector extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.HashMap<K,V> cache
| Package jfun.yan.xml.nuts |
|---|
| Class jfun.yan.xml.nuts.Arg extends LiteralNut implements Serializable |
|---|
| Serialized Fields |
|---|
int ind
| Class jfun.yan.xml.nuts.Args extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object[] args
| Class jfun.yan.xml.nuts.ArgumentsAndPropertiesNut extends ComponentNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T>[] param_types
java.lang.Object[] args
Args sub_args
java.util.List<E> arglist
java.util.HashMap<K,V> table
int max_arg_num
java.lang.String param_autowire_str
ParameterBinder<T> param_autowire_mode
java.lang.String[] prop_names
java.lang.String prop_autowire_str
java.util.ArrayList<E> prop_elements
PropertyBinder prop_autowire_mode
boolean optional_properties
boolean validate_property_names
| Class jfun.yan.xml.nuts.ArrayNut extends CollectionNut implements Serializable |
|---|
| Class jfun.yan.xml.nuts.BeanNut extends ConstructorNut implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> cc
| Class jfun.yan.xml.nuts.BindNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
Binder<From,To> binder
boolean followup
| Class jfun.yan.xml.nuts.CollectionNut extends ComponentNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> elem_type
java.lang.Class<T> type
Component<T>[] elements
| Class jfun.yan.xml.nuts.ConstructorNut extends ArgumentsAndPropertiesNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
boolean private_access
java.lang.String initializer
java.lang.String starter
java.lang.String stopper
java.lang.String disposer
| Class jfun.yan.xml.nuts.DelegatingBinderNut extends BinderNut implements Serializable |
|---|
| Serialized Fields |
|---|
Binder<From,To> binder
| Class jfun.yan.xml.nuts.DelegatingNut extends ComponentNut implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> cc
| Class jfun.yan.xml.nuts.DeserializerNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> target_type
Deserializer deserializer
boolean overriding
boolean mandatory
java.lang.Class<T> clazz
| Class jfun.yan.xml.nuts.EntriesNut extends ComponentNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.HashMap<K,V> components
java.util.ArrayList<E> keys
java.lang.Class<T> of
java.lang.Class<T> key_type
| Class jfun.yan.xml.nuts.FactoryNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
java.lang.String toString
| Class jfun.yan.xml.nuts.FieldNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> hostclass
java.lang.String fldname
boolean private_access
| Class jfun.yan.xml.nuts.FunctionCallNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
NutsFunction function
java.lang.Object[] args
java.util.Map<K,V> with
| Class jfun.yan.xml.nuts.GetterNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
int ind
| Class jfun.yan.xml.nuts.LifecycleNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
boolean reentrant
boolean reentrant_set
| Class jfun.yan.xml.nuts.ListNut extends CollectionNut implements Serializable |
|---|
| Class jfun.yan.xml.nuts.LiteralNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object val
java.lang.Object defaultval
java.lang.Class<T> type
| Class jfun.yan.xml.nuts.MapEntry extends LiteralNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object key
java.lang.Class<T> key_type
| Class jfun.yan.xml.nuts.MapNut extends EntriesNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> type
| Class jfun.yan.xml.nuts.MethodNut extends ArgumentsAndPropertiesNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> hostclass
Component<T> cc
java.lang.String method_name
boolean private_access
java.lang.String initializer
java.lang.String starter
java.lang.String stopper
java.lang.String disposer
| Class jfun.yan.xml.nuts.Prop extends LiteralNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String key
boolean optional
| Class jfun.yan.xml.nuts.PropertiesNut extends EntriesNut implements Serializable |
|---|
| Class jfun.yan.xml.nuts.ProxyNut extends DelegatingNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T>[] itfs
| Class jfun.yan.xml.nuts.RefServiceNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String to
| Class jfun.yan.xml.nuts.ReturnNut extends ComponentNut implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> ret
| Class jfun.yan.xml.nuts.SetNut extends CollectionNut implements Serializable |
|---|
| Class jfun.yan.xml.nuts.SetterNut extends LiteralNut implements Serializable |
|---|
| Serialized Fields |
|---|
Component<T> component
java.lang.String name
int ind
| Class jfun.yan.xml.nuts.SynchronizedNut extends DelegatingBinderNut implements Serializable |
|---|
| Class jfun.yan.xml.nuts.ValueNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object val
boolean value_set
| Package jfun.yan.xml.nuts.optional |
|---|
| Class jfun.yan.xml.nuts.optional.AbstractLoopRegisterNut extends AbstractRegisterNut implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String prefix
java.lang.String suffix
NutsFunction body
| Class jfun.yan.xml.nuts.optional.AbstractRegisterNut extends Nut implements Serializable |
|---|
| Serialized Fields |
|---|
boolean overridable
boolean overriding