Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

3187 by flx on 16 October 2008, 16:50:24 +0200 (2 months 21 days ago) RiotLog now uses Log4J directly (without Commons Logging) and supports NDC and MDC.

./AdvancedBeanNameHandlerMapping.java 3187 history download (+7 -4) diffs

… 11 more files in changeset.
3151 by flx on 15 September 2008, 17:18:23 +0200 (3 months 21 days ago) Fix: Also handle include requests as otherwise the minify controllers don't work

./ResourceHandlerMapping.java 3151 history download (+10 -12) diffs

3150 by flx on 15 September 2008, 16:33:11 +0200 (3 months 21 days ago) The website servlet is now mapped to /* by default.

./HandlerUrlResolver.java 3150 history download (+8 -1) diffs

./ResourceHandlerMapping.java 3150 history download (+11 -13) diffs

./UrlResolverContext.java 3150 history download (+7 -4) diffs

… 24 more files in changeset.
3030 by flx on 26 August 2008, 17:27:03 +0200 (4 months 11 days ago) Fix: Wrong import 'Collation' -> 'Collection'

./AbstractReverseHandlerMapping.java 3030 history download (+1 -2) diffs

2993 by flx on 22 August 2008, 21:15:49 +0200 (4 months 15 days ago) The HandlerUrlResolver now supports lookups with Collections and Arrays.

./HandlerUrlResolver.java 2993 history download (+18 -0) diffs

./AbstractReverseHandlerMapping.java 2993 history download (+28 -1) diffs

./AttributePattern.java 2993 history download (+16 -1) diffs

2833 by flx on 07 August 2008, 22:29:57 +0200 (4 months 30 days ago) Fix: Handle null values in maps as if the entry was not present at all

./AttributePattern.java 2833 history download (+21 -4) diffs

2788 by flx on 01 August 2008, 21:56:55 +0200 (5 months 5 days ago) Added an empty default constructor

./UrlResolverContext.java 2788 history download (+3 -0) diffs

2773 by flx on 31 July 2008, 23:44:05 +0200 (5 months 6 days ago) The HandlerUrlResolver now lazily looks up the HandlerMappings

./HandlerUrlResolver.java 2773 history download (+14 -12) diffs

2772 by flx on 31 July 2008, 23:43:23 +0200 (5 months 6 days ago) Added the lazyInitHandlers property

./AdvancedBeanNameHandlerMapping.java 2772 history download (+18 -1) diffs

2696 by cwo on 22 July 2008, 16:06:36 +0200 (5 months 15 days ago) Merged some fixes from the 7 bugfixes branch

./AbstractReverseHandlerMapping.java 2696 history download (+2 -1) diffs

2693 by cwo on 22 July 2008, 15:53:22 +0200 (5 months 16 days ago) Merged some fixes from the 7 bugfixes branch

./AbstractReverseHandlerMapping.java 2693 history download (+13 -6) diffs

./AdvancedBeanNameHandlerMapping.java 2693 history download (+2 -0) diffs

… 7 more files in changeset.
2568 by flx on 01 July 2008, 12:51:31 +0200 (6 months ago) Removed the URI unescape as the String is already unescaped by the container

./AttributePattern.java 2568 history download (+1 -1) diffs

2446 by flx on 10 June 2008, 20:04:29 +0200 (6 months ago) Added more Java 5 generic parameter types

./AbstractReverseHandlerMapping.java 2446 history download (+9 -9) diffs

./AttributePattern.java 2446 history download (+4 -4) diffs

… 43 more files in changeset.
2437 by flx on 06 June 2008, 16:42:54 +0200 (7 months ago) Added more Java 5 generics ...

./AbstractReverseHandlerMapping.java 2437 history download (+37 -31) diffs

./HandlerUrlResolver.java 2437 history download (+6 -4) diffs

./AdvancedBeanNameHandlerMapping.java 2437 history download (+19 -21) diffs

./UrlResolverContext.java 2437 history download (+2 -2) diffs

./AttributePattern.java 2437 history download (+21 -23) diffs

… 22 more files in changeset.
2407 by flx on 14 May 2008, 22:32:18 +0200 (7 months ago) Merged changes from the release-7-0-bugfixes branch into trunk.

./AbstractReverseHandlerMapping.java 2407 history download (+37 -59) diffs

./ReverseHandlerMapping.java 2407 history download (+2 -2) diffs

./UrlResolverContext.java 2407 history download (+41) new/copied

./AttributePattern.java 2407 history download (+39 -21) diffs

./HandlerUrlResolver.java 2407 history download (+29 -3) diffs

… 53 more files in changeset.
2289 by flx on 10 April 2008, 20:28:29 +0200 (8 months ago) Added a HandlerMapping implementation to serve static resources.

./ResourceHandlerMapping.java 2289 history download (+103) new

2247 by ybl on 28 March 2008, 18:38:40 +0100 (9 months ago) Changed condition in getUrlForHandler()

./AbstractReverseHandlerMapping.java 2247 history download (+3 -1) diffs

2246 by flx on 28 March 2008, 00:34:51 +0100 (9 months ago) Added some documentation comments

./AbstractReverseHandlerMapping.java 2246 history download (+18 -5) diffs

./AttributePattern.java 2246 history download (+33 -3) diffs

… 4 more files in changeset.
2226 by ybl on 26 March 2008, 15:57:06 +0100 (9 months ago) Fixed some NullPoiterExceptions that were thrown when performing reverse lookups with the PageHandlerMapping.

./AbstractReverseHandlerMapping.java 2226 history download (+5 -1) diffs

./AttributePattern.java 2226 history download (+10 -5) diffs

2218 by flx on 26 March 2008, 15:07:17 +0100 (9 months ago) Fixed a NullPointerException

./AbstractReverseHandlerMapping.java 2218 history download (+5 -1) diffs

2216 by flx on 20 March 2008, 23:32:20 +0100 (9 months ago) (1) Added the SiteFacade that works like the PageFacade class. (2) Added the SiteBeanNameHandlerMapping which is a Site-aware AdvancedBeanNameHandlerMapping that supports patterns starting with @{site…

./AbstractReverseHandlerMapping.java 2216 history download (+61 -21) diffs

./AdvancedBeanNameHandlerMapping.java 2216 history download (+62 -104) diffs

./AttributePattern.java 2216 history download (+96 -40) diffs

… 13 more files in changeset.
2053 by flx on 14 February 2008, 17:23:16 +0100 (10 months ago) The getUrlForHandler() method now also works if the given handler name is a bean alias.

./AdvancedBeanNameHandlerMapping.java 2053 history download (+19 -5) diffs

1950 by flx on 25 January 2008, 16:21:34 +0100 (11 months ago) Fixed the handling of Ant-style /**/ patterns.

./AttributePattern.java 1950 history download (+1 -1) diffs

1931 by cwo on 23 January 2008, 15:15:33 +0100 (11 months ago) Fix handling of **/*  Ant style patterns

./AttributePattern.java 1931 history download (+2 -2) diffs

1689 by flx on 15 November 2007, 16:39:22 +0100 (13 months ago) Factored out the getUrlForHandler() code into the new HandlerUrlResolver. There's also a new View implementation that sends redirects to named handlers.

./HandlerUrlResolver.java 1689 history download (+79) new

./ReverseHandlerMapping.java 1689 history download (+5 -0) diffs

./AbstractReverseHandlerMapping.java 1689 history download (+50 -5) diffs

… 6 more files in changeset.
1675 by alf on 11 November 2007, 17:48:32 +0100 (13 months ago) Do not uri encode path separators when when matcher is a multiple path component matcher (i.e. '/pages/@{path*}/index.html').

./AttributePattern.java 1675 history download (+16 -3) diffs

… 1 more file in changeset.
1597 by alf on 29 October 2007, 13:38:42 +0100 (14 months ago) Url encode and decode mapping parameters.

./AttributePattern.java 1597 history download (+3 -2) diffs

1488 by flx on 04 October 2007, 19:28:03 +0200 (15 months ago) The getUrlForHandler() method now takes an optional prefix argument, that can be used to resolve ambiguities.

./ReverseHandlerMapping.java 1488 history download (+3 -15) diffs

./AbstractReverseHandlerMapping.java 1488 history download (+88 -63) diffs

./AttributePattern.java 1488 history download (+4 -0) diffs

… 2 more files in changeset.
1433 by flx on 06 September 2007, 17:22:47 +0200 (16 months ago) The AdvancedBeanNameHandlerMapping now exposes the beanName of the top-level handler. The common.isHandler(name) function can be used to check whether a certain handler was used.

./ReverseHandlerMapping.java 1433 history download (+9 -0) diffs

./AbstractReverseHandlerMapping.java 1433 history download (+12 -0) diffs

./AdvancedBeanNameHandlerMapping.java 1433 history download (+22 -15) diffs

… 2 more files in changeset.
1397 by flx on 30 August 2007, 21:06:49 +0200 (16 months ago) Added support for setting a rootHandler, just like in Spring's AbstractUrlBasedHandlerMapping.

./AdvancedBeanNameHandlerMapping.java 1397 history download (+22 -0) diffs

earlier earlier | later later
FishEye: Open Source License registered to Riot.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.2 Build:build-298 2008-05-26 ) - Administration - Page generated 2009-01-07 14:54 +0100