|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceFinder | |
|---|---|
| wicket | The core Wicket package. |
| wicket.protocol.http.portlet | Wicket interface to the JSR-168 portlet API. |
| wicket.settings | |
| wicket.util.file | File utilities. |
| wicket.util.resource.locator | Locators for finding/ loading resources. |
| Uses of IResourceFinder in wicket |
|---|
| Methods in wicket with parameters of type IResourceFinder | |
|---|---|
void |
Application.configure(java.lang.String configurationType,
IResourceFinder resourceFinder)
Configures application settings to good defaults for the given configuration type (either DEVELOPMENT or DEPLOYMENT). |
| Uses of IResourceFinder in wicket.protocol.http.portlet |
|---|
| Classes in wicket.protocol.http.portlet that implement IResourceFinder | |
|---|---|
class |
PortletApplicationPath
Loads resources from the portlet context |
| Uses of IResourceFinder in wicket.settings |
|---|
| Methods in wicket.settings that return IResourceFinder | |
|---|---|
IResourceFinder |
Settings.getResourceFinder()
|
IResourceFinder |
IResourceSettings.getResourceFinder()
Gets the resource finder to use when searching for resources. |
| Methods in wicket.settings with parameters of type IResourceFinder | |
|---|---|
void |
Settings.setResourceFinder(IResourceFinder resourceFinder)
|
void |
IResourceSettings.setResourceFinder(IResourceFinder resourceFinder)
Sets the finder to use when searching for resources. |
| Uses of IResourceFinder in wicket.util.file |
|---|
| Subinterfaces of IResourceFinder in wicket.util.file | |
|---|---|
interface |
IResourcePath
Knows how to manage paths and folders, and how to find resources in them. |
| Classes in wicket.util.file that implement IResourceFinder | |
|---|---|
class |
OsgiPath
Path for working with OSGi bundles. |
class |
Path
Mantains a list of folders as a path. |
class |
WebApplicationPath
Mantains a list of folders as a path. |
| Uses of IResourceFinder in wicket.util.resource.locator |
|---|
| Constructors in wicket.util.resource.locator with parameters of type IResourceFinder | |
|---|---|
CompoundResourceStreamLocator(IResourceFinder finder)
Constructor |
|
ResourceFinderResourceStreamLocator(IResourceFinder finder)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||