|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileListerEntry | |
org.alltimeflashdreamer.filelister | The filelister package contains the application core, such as the JDBC connectivity, the configuration reader, the indexer and the viewer servlets. |
Uses of FileListerEntry in org.alltimeflashdreamer.filelister |
Methods in org.alltimeflashdreamer.filelister that return FileListerEntry | |
FileListerEntry[] |
FileLister.getVisibleFileListerEntries()
Returns the sublist of visible FileListerEntry objects (in the GUI) in of the whole result set received from the underlying query. |
Methods in org.alltimeflashdreamer.filelister with parameters of type FileListerEntry | |
static String |
JSPMethods.getNameColumnLink(FileListerEntry fle,
FileListerConfig fileListerConfig)
Used by viewresults.jsp: Builds the link for each entry in the "Name" column (direct access to this file or directory). |
static String |
JSPMethods.getDirectoryColumnLink(FileListerEntry fle,
FileListerConfig fileListerConfig)
Used by viewresults.jsp: Builds the link for each entry in the "Location" column (direct access to this directory). |
(package private) int |
FileLister.getChildCount(FileListerEntry fileListerEntry)
If the given FileListerEntry represents a file, 0 is returned, else the index is queried for the child count of the given directory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |