public final class ViewLoadEventData extends Object
| Constructor and Description |
|---|
ViewLoadEventData() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDataModel()
Gets the data model.
|
String |
getViewName()
Gets the name of the template file.
|
void |
setDataModel(Map<String,Object> dataModel)
Sets the data model with the specified data model.
|
void |
setViewName(String viewName)
Sets the name of the template file with the specified name.
|
public void setDataModel(Map<String,Object> dataModel)
dataModel - the specified data modelpublic String getViewName()
public void setViewName(String viewName)
viewName - the specified nameCopyright © 2009–2019 B3log. All rights reserved.