Package | Description |
---|---|
com.rultor.spi |
Service Programming Interface (SPI).
|
Modifier and Type | Interface and Description |
---|---|
interface |
Variable<T>
Variable.
|
Modifier and Type | Class and Description |
---|---|
static class |
Spec.Simple
Simple.
|
static class |
Spec.Strict
Strict spec.
|
Modifier and Type | Method and Description |
---|---|
Spec |
Stand.acl()
Get its ACL.
|
Spec |
Rule.spec()
Get specification.
|
Spec |
Rule.Empty.spec()
Get specification.
|
Spec |
Stand.widgets()
Get specification of widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
Stand.acl(Spec spec)
Update ACL.
|
Variable<?> |
Repo.make(User user,
Spec spec)
Make an instance from a spec.
|
void |
Rule.update(Spec spec)
Save specification.
|
void |
Rule.Empty.update(Spec spec)
Save specification.
|
void |
Stand.widgets(Spec spec)
Save specification of widgets.
|
Constructor and Description |
---|
Repo.Cached(Repo rep,
User usr,
Spec spc)
Public ctor.
|
Copyright © 2009–2013 Rultor Inc.. All rights reserved.