Package | Description |
---|---|
it.tidalwave.role | |
it.tidalwave.role.spi | |
it.tidalwave.role.ui | |
it.tidalwave.role.ui.spi | |
it.tidalwave.util | |
it.tidalwave.util.spi |
Modifier and Type | Method and Description |
---|---|
<T> T |
ContextManager.findContext(Class<T> contextClass)
Finds a context of the given type.
|
R |
Composite.Visitor.getValue()
Returns the value of this visitor.
|
R |
Composite.VisitorSupport.getValue()
Returns the value of this visitor.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
DefaultContextManager.findContext(Class<T> contextClass)
Finds a context of the given type.
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionProvider.getDefaultAction() |
Modifier and Type | Method and Description |
---|---|
Action |
ActionProviderSupport.getDefaultAction() |
Modifier and Type | Method and Description |
---|---|
Type |
Finder.firstResult()
Performs the search and returns only the first found item.
|
<T> T |
TypeSafeMap.get(Key<T> key) |
<T> T |
TypeSafeHashMap.get(Key<T> key) |
Type |
Finder.result()
Performs the search assuming that it will return a single item and returns it.
|
static <T extends Collection<?>> |
NotFoundException.throwWhenEmpty(T collection,
String message)
Throws the
NotFoundException when the passed collection is null or empty. |
static <T extends Collection<?>> |
NotFoundException.throwWhenEmpty(T collection,
String message,
Object... args)
Throws the
NotFoundException when the passed collection is null or empty. |
static <T> T |
NotFoundException.throwWhenNull(T object,
String message)
Throws the
NotFoundException when the passed object is null . |
static <T> T |
NotFoundException.throwWhenNull(T object,
String message,
Object... args)
Throws the
NotFoundException when the passed object is null . |
Modifier and Type | Method and Description |
---|---|
Type |
FinderSupport.firstResult()
Performs the search and returns only the first found item.
|
Type |
FinderSupport.result()
Performs the search assuming that it will return a single item and returns it.
|
Copyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.