Type | Changes | By |
 |
r 412789
ServletSessionScopeMap always forces a Session to be Created.
Fixes CHAIN-30.
|
niallp |
 |
r 412719
Portlet Map implementations' entry Set should contain Map.Entry elements.
Fixes CHAIN-31.
|
niallp |
 |
r 411948
Provide a Map of Cookies in the WebContext.
Fixes CHAIN-28.
|
niallp |
 |
r 411893
Remove Static
Log
instances - see
here
.
Fixes CHAIN-29.
|
niallp |
 |
r 409125
Modify DispatchCommand so that it will compile using JDK 1.3 (remove JDK 1.4 method).
Fixes CHAIN-11.
|
niallp |
 |
r 356422
DispatchCommand - fix bug in handling InvocationTargetException.
|
germuska |
 |
r 322530
Maven build updates.
Fixes CHAIN-9.
Thanks to Wendy Smoak.
|
germuska |
 |
r 315059
CatalogBase - add constructor which takes an already built map of commands, for easier use in dependency-injection environments.
|
germuska |
 |
r 178565
DispatchCommand should unwrap InvocationTargetException.
Fixes CHAIN-25.
|
germuska |
 |
r 178563
Expose catalogFactory so that subclasses can get at it.
|
germuska |
 |
r 165087
and
r 178563
Decouple CatalogFactory lookup from Loo
kupAction.
Fixes CHAIN-3.
|
germuska |
 |
r 161600
and
r 412150
Make ContextBase live up to the Serializable contract that it inherits by virtue of extending HashMap.
Fixes CHAIN-12.
Thanks to
Jeff Ramsdale
and
Dennis Lundberg
.
|
craigmcc |
 |
r 156615
ChainResources - factor out the comma-delimited parsing into a separate method, fix the whitespace-skipping bugs in it.
|
martinc |
 |
r 154949
Add support for using LookupCommand in a way which does not pass through the result from the looked up command.
|
germuska |
 |
r 142926
Add new DispatchLookupCommand.
Fixes CHAIN-14.
Thanks to Sean Schofield.
|
jmitchell |
 |
r 142924
Add new test for LookupCommand.
Fixes CHAIN-26.
Thanks to Sean Schofield.
|
jmitchell |
 |
r 142922
Add new DispatchCommand.
Fixes CHAIN-20.
|
germuska |
 |
r 142919
CopyCommand does not work unless setValue is called.
Fixes CHAIN-6.
Thanks to
William Slough
and
Sean Schofield
.
|
jmitchell |
 |
r 142918
Provide a mechanism for encoding catalog and command in a single string
Fixes CHAIN-19.
Thanks to Joe Germuska.
|
craigmcc |
 |
r 142917
Code fragment from 'cookbook' is incorrect.
Fixes CHAIN-1.
Thanks to Sergio Moretto.
|
martinc |