public class ComponentTrinity
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentTrinity.WithComponent
For fluent building.
|
static class |
ComponentTrinity.WithComponentAndProxy
For fluent building.
|
| Constructor and Description |
|---|
ComponentTrinity(java.lang.Object theComponent,
java.lang.Object theProxy,
ArooaContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getTheComponent()
Getter for component.
|
ArooaContext |
getTheContext()
Getter for context.
|
java.lang.Object |
getTheProxy()
Getter for proxy.
|
java.lang.String |
toString() |
static ComponentTrinity.WithComponent |
withComponent(java.lang.Object component)
For fluent building.
|
static ComponentTrinity.WithComponentAndProxy |
withComponentAndProxy(java.lang.Object componentAndProxy)
For fluent building.
|
public ComponentTrinity(java.lang.Object theComponent,
java.lang.Object theProxy,
ArooaContext theContext)
public static ComponentTrinity.WithComponent withComponent(java.lang.Object component)
component - The component.public static ComponentTrinity.WithComponentAndProxy withComponentAndProxy(java.lang.Object componentAndProxy)
componentAndProxy - The object that is the component and proxy.public java.lang.Object getTheComponent()
public java.lang.Object getTheProxy()
public ArooaContext getTheContext()
public java.lang.String toString()
toString in class java.lang.Object