| Package | Description |
|---|---|
| org.apache.wicket.settings |
| Modifier and Type | Method and Description |
|---|---|
RequestCycleSettings.RenderStrategy |
RequestCycleSettings.getRenderStrategy()
Gets in what way the render part of a request is handled.
|
static RequestCycleSettings.RenderStrategy |
RequestCycleSettings.RenderStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestCycleSettings.RenderStrategy[] |
RequestCycleSettings.RenderStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCycleSettings |
RequestCycleSettings.setRenderStrategy(RequestCycleSettings.RenderStrategy renderStrategy)
Sets in what way the render part of a request is handled.
|
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.