Class SourcesPage.PackagedResourcesModel
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<List<String>>
-
- org.apache.wicket.examples.source.SourcesPage.PackagedResourcesModel
-
- All Implemented Interfaces:
Serializable,IDetachable,IModel<List<String>>,IClusterable
- Enclosing class:
- SourcesPage
public class SourcesPage.PackagedResourcesModel extends LoadableDetachableModel<List<String>>
Model for retrieving the contents of a package directory from the class path.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackagedResourcesModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>load()Returns the list of resources found in the package of the page.-
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, of, onAttach, onDetach, setObject, toString
-
-