org.jpublish.util |
|
Java Source File Name | Type | Comment |
BreadthFirstFileTreeIterator.java | Class | Breadth first iterator which iterates through all files which are decendents
of the specified root file. |
BreadthFirstPathTreeIterator.java | Class | Breadth first iterator which iterates through all paths which are decendants
of the specified base path. |
CacheEntry.java | Class | A generic cache entry. |
CharacterEncodingManager.java | Class | Manager which controls mapping character encodings to request paths. |
CharacterEncodingMap.java | Class | Utility class which represents an input/output encoding mapped to a path. |
DateUtilities.java | Class | Utility class for parsing and formatting dates. |
DepthFirstFileTreeIterator.java | Class | Depth first iterator which iterates through all files which are decendents
of the specified root file. |
DepthFirstPathTreeIterator.java | Class | Depth first iterator which iterates through all files which are decendents
of the specified root path. |
DummyClass.java | Class | |
FileCopyUtils.java | Class | Simple utility methods for file and stream copying. |
FileToPathIterator.java | Class | Iterator which converts Files from the specified Iterator to a path
relative to the specified root. |
InternalURI.java | Class | Object representation of an internal JPublish URI. |
InternalURIParser.java | Class | Parser which converts a String to an InternalURI. |
JPublishCache.java | Interface | |
JPublishCacheImpl.java | Class | JPublish default cache implementation. |
JPublishCacheManager.java | Class | |
JPublishSimpleCacheImpl.java | Class | |
JPublishWhirlyCacheImpl.java | Class | |
LogSystem.java | Class | A shared system logger using Apache's commons logging. |
MessageUtilities.java | Class | Utilities for dealing with system messages. |
MimeType.java | Class | Class which represents a MimeType including the suffixes which are
mapped to the mime type. |
MimeTypeMap.java | Class | Data structure representing a mime type map. |
NumberUtilities.java | Class | Utility class for formatting numbers. |
PathDispatcherManager.java | Class | |
PathUtilities.java | Class | Utility class for working with request paths. |
RepositoryURI.java | Class | Implementation of the InternalURI interface which represents a content
repository. |
ServletContextResourceLoader.java | Class | Implementation of the ResourceLoader interface which loads data from
the servlet context. |
URLUtilities.java | Class | Utility class for building URLs. |