Package org.nuxeo.ecm.webengine
Class ResourceBinding
java.lang.Object
org.nuxeo.ecm.webengine.ResourceBinding
Deprecated.
resources are deprecated - you should use a jax-rs application to declare more resources.
Defines a JAX-RS root resource binding. This is an extension to JAX-RS to be able to declare root resource binding
dynamically without using
Path
annotations on classes.- Author:
- Bogdan Stefanescu
- See Also:
-
Path
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated.ResourceBinding
(String path, Class<?> clazz, boolean singleton) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static ResourceBinding
fromAnnotation
(Class<?> clazz) Deprecated.Class<?>
getClazz()
Deprecated.getPath()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.void
Deprecated.void
Deprecated.Must be called before using this binding.toString()
Deprecated.
-
Field Details
-
path
Deprecated. -
singleton
public boolean singletonDeprecated. -
className
Deprecated.Use this to specify the resource class. -
clazz
Deprecated.
-
-
Constructor Details
-
ResourceBinding
public ResourceBinding()Deprecated. -
ResourceBinding
Deprecated.
-
-
Method Details
-
resolve
Deprecated.Must be called before using this binding.- Throws:
ClassNotFoundException
-
reload
Deprecated.- Throws:
ClassNotFoundException
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
fromAnnotation
Deprecated. -
getPath
Deprecated. -
getClazz
Deprecated. -
isSingleton
public boolean isSingleton()Deprecated. -
toString
Deprecated.
-