|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.config.XMLConfigurationLoader
public class XMLConfigurationLoader
Reads the xml configuration file.
| Constructor Summary | |
|---|---|
XMLConfigurationLoader()
Constructs an xstream reader. |
|
| Method Summary | |
|---|---|
VRaptorConfiguration |
read(Reader reader)
Reads vraptor configuration. |
void |
write(OutputStream stream,
List<ConfigItem> items)
Writes all items in a config output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLConfigurationLoader()
| Method Detail |
|---|
public void write(OutputStream stream,
List<ConfigItem> items)
throws IOException
stream - stream outputitems - items
IOException - output exceptionpublic VRaptorConfiguration read(Reader reader)
xml - its xml code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||