|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.resource.XmlFilePropertiesLoader
public class XmlFilePropertiesLoader
Load properties from XML file
| Constructor Summary | |
|---|---|
XmlFilePropertiesLoader(String fileExtension)
Construct. |
|
| Method Summary | |
|---|---|
String |
getFileExtension()
|
Properties |
loadJavaProperties(InputStream in)
Load the properties into a java.util.Properties object |
ValueMap |
loadWicketProperties(InputStream inputStream)
Load the properties into a ValueMap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlFilePropertiesLoader(String fileExtension)
fileExtension - | Method Detail |
|---|
public final String getFileExtension()
getFileExtension in interface IPropertiesLoaderIPropertiesLoader.getFileExtension()
public Properties loadJavaProperties(InputStream in)
throws IOException
IPropertiesLoader
loadJavaProperties in interface IPropertiesLoaderIOExceptionIPropertiesLoader.loadJavaProperties(java.io.InputStream)public ValueMap loadWicketProperties(InputStream inputStream)
IPropertiesLoader
loadWicketProperties in interface IPropertiesLoaderIPropertiesLoader.loadWicketProperties(java.io.InputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||