[root]/src/au/com/whitesquare/waf/servlet/resolver
path
(2 files, 162 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 28 (100.0%) | 1197 (100.0%) | 42.7 |
Fixed implementation of new PrePath logic.
93 lines of code changed in:
Added missing DefaultErrorCommand.
53 lines of code changed in:
PropertyCommandResolver now looks after its own rules for determining
how to retrieve the command key. It is still responsible for creating
the command based on the key being looked up in the Config File.
101 lines of code changed in:
Updated KeyResolvers to work with new interface definition and package.
25 lines of code changed in:
Repackaged as now only used with the PropetyCommandResolver.
40 lines of code changed in:
New Key Resolver that allows for the key to be resolved based on the extension of the request. Each different extension type can be mapped to a different resolver.
105 lines of code changed in:
Updated plugin logic to allow access to the servletconfig.
31 lines of code changed in:
Updated error message to be a warning not an error.
6 lines of code changed in:
Updated JavaDoc.
36 lines of code changed in:
Added extra error message when command key does not resolve to a classname.
11 lines of code changed in:
Updated to process context out of requestURL.
27 lines of code changed in:
Updated Resolvers to work with updated interfaces.
85 lines of code changed in:
Moved base interface to their own package.
0 lines of code changed in:
Removed as too buggy at this stage.
0 lines of code changed in:
Created new constructor that does nothing.
13 lines of code changed in:
Removed obsolete code.
226 lines of code changed in:
Updated code to work with Indoor score
64 lines of code changed in:
added new command resolver code so that different plugins can be
added so that command names can be resolved in different ways.
281 lines of code changed in: