org.apache.wicket.util.file
Interface IResourcePath

All Superinterfaces:
IResourceFinder
All Known Implementing Classes:
Path, WebApplicationPath

public interface IResourcePath
extends IResourceFinder

Knows how to manage paths and folders, and how to find resources in them.

Author:
jcompagner

Method Summary
 void add(String folder)
           
 
Methods inherited from interface org.apache.wicket.util.file.IResourceFinder
find
 

Method Detail

add

void add(String folder)
Parameters:
folder - Adds a folder to the path


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.