docs » plugins.core.tangent.manager.binding
Represents a Tangent Binding
- Constructors - API calls which return an object, typically one that offers API methods
- binding
- Methods - API calls which can only be made on an object returned by a constructor
- member
- members
- name
- xml
| Signature | plugins.core.tangent.manager.binding(id[, name]) -> binding |
|---|---|
| Type | Constructor |
| Description | Creates a new Binding instance. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.tangent.manager.binding:member(parameter) -> self |
|---|---|
| Type | Method |
| Description | Adds a parameter as a member of the Binding group. The order is significant |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.tangent.manager.binding:members(...) -> self |
|---|---|
| Type | Method |
| Description | Adds the list of parameters to this binding. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.tangent.manager.binding:name() -> string |
|---|---|
| Type | Method |
| Description | Returns the name of this binding. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.tangent.manager.binding:xml() -> cp.web.xml |
|---|---|
| Type | Method |
| Description | Returns the xml configuration for the Binding. |
| Parameters |
|
| Returns |
|