public class ControlManager extends Object
| Constructor and Description |
|---|
ControlManager() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
read(VFile vf,
Class<T> resultCls)
Reads the given web view class from the given file.
|
<T> void |
write(VFile vf,
T contentObj)
Writes the given web view object to the given file.
|
public <T> T read(VFile vf, Class<T> resultCls) throws IOException
T - The web view type.vf - The file to read from.resultCls - The web view class.IOException - If any IO error ocurrs.public <T> void write(VFile vf, T contentObj) throws IOException
T - The type of the web view class.vf - The file to write to.contentObj - The view to write.IOException - If any IO error ocurrs.Copyright © 2015–2017 Bridje Framework. All rights reserved.