Class | Description |
---|---|
Constants |
web specific constants (web.xml has the only dup of this)
+ some of the constants of data root
|
DiffData |
A simple container to store the data required to generated a view of diffs
for a certain versioned file.
|
DirectoryListing |
Generates HTML listing of a Directory
|
EftarFile |
An Extremely Fast Tagged Attribute Read-only File System
Created on October 12, 2005
A Eftar File has the following format
FILE --> Record ( Record | tagString ) *
Record --> 64bit:Hash 16bit:childrenOffset 16bit:(numberChildren|lenthOfTag) 16bit:tagOffset
It is a tree of tagged names,
doing binary search in sorted list of children
|
EftarFileReader |
An Extremely Fast Tagged Attribute Read-only File Reader
Created on October 12, 2005
|
PageConfig |
A simple container to lazy initialize common vars wrt.
|
SearchHelper |
Working set for a search basically to factor out/separate search related
complexity from UI design.
|
Suggestion |
A simple container for search suggestions.
|
Util |
Class for useful functions.
|
WebappListener |
Populate the Mercurial Repositories
|
Enum | Description |
---|---|
DiffType |
Known diff display types.
|
Prefix |
URL Prefixes usually tied to a certain servlet.
|
SortOrder |
Sort orders recognized in the web UI.
|