You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/11/30 17:42:39 UTC

svn commit: r1040630 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/util/template/TextTemplateSharedResourceFactory.java

Author: mgrigorov
Date: Tue Nov 30 16:42:38 2010
New Revision: 1040630

URL: http://svn.apache.org/viewvc?rev=1040630&view=rev
Log:
Remove TextTemplateSharedResourceFactory.

This class produced Resources and register them as SharedResource.
The same could be achieved by a single shared resource which returns different content depending on the conditions/context.

discussed-with: ivaynberg

Removed:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/util/template/TextTemplateSharedResourceFactory.java