| java.lang.Object pygmy.core.AbstractHandler pygmy.handlers.DirectoryHandler
DirectoryHandler | public class DirectoryHandler extends AbstractHandler implements Handler(Code) | |
This sends back a directory listing in html text. The look and feel is
customizable through a cascading style sheet to use. The directory listing
is ordered by
DirectoryHandler.ComparableComparator . The referenced
classes in the CSS are:
- .navigationbar
- .box
- tr.tableheader
- tr.fileentry
- tr.altfileentry
- a.whitelink
- directory
- topHeader
- nameColumn
- typeColumn
- sizeColumn
url-prefix | The prefix to filter request urls. | None | Yes |
root | A local system path to the root of the folder to share. | None | Yes |
css | The name stylesheet to use for customizing the style of the display. If unspecified a default style will be inlined in the HTML. | None | No |
|
Inner Class :public static class ComparableComparator implements Comparator | |
|
|