Package | Description |
---|---|
net.sourceforge.stripes.action |
This package defines the ActionBean interface and related classes and interfaces for
writing ActionBeans.
|
net.sourceforge.stripes.controller |
This package contains classes which form the core internals of Stripes.
|
Modifier and Type | Method and Description |
---|---|
static StrictBinding.Policy |
StrictBinding.Policy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrictBinding.Policy[] |
StrictBinding.Policy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StrictBinding.Policy |
BindingPolicyManager.getDefaultPolicy()
Get the default policy.
|
? Copyright 2005-2006, Stripes Development Team.