public class RenderModel extends AbstractActionModel
Requests that the next view render a fragment of content. Multiple fragments may be specified using a comma delimiter.
| Constructor and Description |
|---|
RenderModel(String fragments)
Create a render action model
|
| Modifier and Type | Method and Description |
|---|---|
Model |
createCopy()
Create a deep copy of this model.
|
String |
getFragments() |
void |
setFragments(String fragments) |
getAttributes, isMergeableWith, merge, setAttributespublic RenderModel(String fragments)
fragments - the fragments to renderpublic Model createCopy()
Modelpublic String getFragments()
public void setFragments(String fragments)
fragments - the fragments to set