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, setAttributes
public RenderModel(String fragments)
fragments
- the fragments to renderpublic Model createCopy()
Model
public String getFragments()
public void setFragments(String fragments)
fragments
- the fragments to set