Author: jbq
Date: Thu Apr 12 02:19:17 2007
New Revision: 527849
URL: http://svn.apache.org/viewvc?view=rev&rev=527849
Log:
org.apache.wicket -> wicket
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/injection/Injector.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/IProxyTargetLocator.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Initializer.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authorization/strategies/role/metadata/MetaDataRoleAuthorizationStrategy.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authentication/example/StartExamples.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authorization/strategies/role/example/Index.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ContactDataProvider.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/examples/signin2/Signin2Test.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-objectssizeof-agent/src/main/java/org/apache/wicket/util/instrument/ObjectSizeOfAgent.java
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java
incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/AbstractCalendar.java
Thu Apr 12 02:19:17 2007
@@ -123,9 +123,9 @@
String javascriptWidgetId =
getJavascriptWidgetId();
StringBuffer b = new StringBuffer();
b.append(JavascriptUtils.SCRIPT_OPEN_TAG);
- // initialize org.apache.wicket namespace and
register the init function
+ // initialize wicket namespace and register the
init function
// for the YUI widget
-
b.append("YAHOO.namespace(\"org.apache.wicket\");\nfunction init");
+
b.append("YAHOO.namespace(\"wicket\");\nfunction init");
b.append(javascriptId);
b.append("() {\n");
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-datetime/src/main/java/org/apache/wicket/extensions/yui/calendar/DatePicker.java
Thu Apr 12 02:19:17 2007
@@ -128,7 +128,7 @@
String javascriptWidgetId = "YAHOO.wicket." +
getCalendarJavascriptId();
StringBuffer buffer = new StringBuffer();
- // initialize org.apache.wicket namespace and register the init
function
+ // initialize wicket namespace and register the init function
// for the YUI widget
buffer.append("YAHOO.namespace(\"wicket\");\nfunction init");
buffer.append(javascriptId);
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/grid/PropertyPopulator.java
Thu Apr 12 02:19:17 2007
@@ -45,7 +45,7 @@
*
* @param property
* property whose value will be displayed in the cell. uses
- * org.apache.wicket's [EMAIL PROTECTED] PropertyModel}
notation.
+ * wicket's [EMAIL PROTECTED] PropertyModel} notation.
*/
public PropertyPopulator(String property)
{
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/FilteredPropertyColumn.java
Thu Apr 12 02:19:17 2007
@@ -43,7 +43,7 @@
* sort property this column represents, if null this column
will
* not be sortable
* @param propertyExpression
- * org.apache.wicket property expression for the column, see
+ * wicket property expression for the column, see
* [EMAIL PROTECTED] PropertyModel} for details
*/
public FilteredPropertyColumn(IModel displayModel, String sortProperty,
@@ -56,7 +56,7 @@
* @param displayModel
* model used to construct header text
* @param propertyExpression
- * org.apache.wicket property expression for the column, see
+ * wicket property expression for the column, see
* [EMAIL PROTECTED] PropertyModel} for details
*/
public FilteredPropertyColumn(IModel displayModel, String
propertyExpression)
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/injection/Injector.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/injection/Injector.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/injection/Injector.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/injection/Injector.java
Thu Apr 12 02:19:17 2007
@@ -54,7 +54,7 @@
* When the initializer traverses the hierarchy of the specified object
it
* will stop if it encounters a boundary class.
*
- * By default, more common org.apache.wicket classes are defined as
boundaries so that
+ * By default, more common wicket classes are defined as boundaries so
that
* the initializer does not waste time traversing them.
*
* @param clazz
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/IProxyTargetLocator.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/IProxyTargetLocator.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/IProxyTargetLocator.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/IProxyTargetLocator.java
Thu Apr 12 02:19:17 2007
@@ -24,7 +24,7 @@
* retrieve the proxy target object that will receive the method invocation.
* <p>
* Generally implementations should be small when serialized because the main
- * purpose of lazy init proxies is to be stored in session when the
org.apache.wicket pages
+ * purpose of lazy init proxies is to be stored in session when the wicket
pages
* are serialized, and when deserialized to be able to lookup the dependency
* again. The smaller the implementation of IProxyTargetLocator the less the
* drain on session size.
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
Thu Apr 12 02:19:17 2007
@@ -45,7 +45,7 @@
* a concrete class.
* <p>
* The general use case for such a proxy is to represent a dependency that
- * should not be serialized with a org.apache.wicket page or [EMAIL PROTECTED]
IModel}. The solution
+ * should not be serialized with a wicket page or [EMAIL PROTECTED] IModel}.
The solution
* is to serialize the proxy and the [EMAIL PROTECTED] IProxyTargetLocator}
instead of the
* dependency, and be able to look up the target object again when the proxy is
* deserialized and accessed. A good strategy for achieving this is to have a
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-spring/src/main/java/org/apache/wicket/spring/SpringWebApplication.java
Thu Apr 12 02:19:17 2007
@@ -28,7 +28,7 @@
/**
- * Base class for spring aware org.apache.wicket web application object. This
class has
+ * Base class for spring aware wicket web application object. This class has
* helper methods to create lazy init proxies based on spring beans, as well as
* an implementation of [EMAIL PROTECTED] ISpringContextLocator}.
*
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Initializer.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Initializer.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Initializer.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/Initializer.java
Thu Apr 12 02:19:17 2007
@@ -23,7 +23,7 @@
import org.apache.wicket.markup.html.link.ILinkListener;
/**
- * Initializer for components in org.apache.wicket core library.
+ * Initializer for components in wicket core library.
*
* @author Jonathan Locke
*/
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authorization/strategies/role/metadata/MetaDataRoleAuthorizationStrategy.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authorization/strategies/role/metadata/MetaDataRoleAuthorizationStrategy.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authorization/strategies/role/metadata/MetaDataRoleAuthorizationStrategy.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-auth-roles/src/main/java/org/apache/wicket/authorization/strategies/role/metadata/MetaDataRoleAuthorizationStrategy.java
Thu Apr 12 02:19:17 2007
@@ -30,7 +30,7 @@
* static <code>authorize</code> methods are for authorizing component actions
* and component instantiation by role. This class is is the main entry point
* for users wanting to use the roles-based authorization of the
- * org.apache.wicket-auth-roles package based on org.apache.wicket metadata.
+ * wicket-auth-roles package based on wicket metadata.
*
* For instance, use like:
*
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authentication/example/StartExamples.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authentication/example/StartExamples.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authentication/example/StartExamples.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authentication/example/StartExamples.java
Thu Apr 12 02:19:17 2007
@@ -39,7 +39,7 @@
server.setConnectors(new Connector[] { connector });
WebAppContext web = new WebAppContext();
- web.setContextPath("/org.apache.wicket-auth-roles-examples");
+ web.setContextPath("/wicket-auth-roles-examples");
web.setWar("src/main/webapp");
server.addHandler(web);
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authorization/strategies/role/example/Index.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authorization/strategies/role/example/Index.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authorization/strategies/role/example/Index.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/authorization/strategies/role/example/Index.java
Thu Apr 12 02:19:17 2007
@@ -64,7 +64,7 @@
}
});
- // pages that are proteced using org.apache.wicket meta data
+ // pages that are protected using wicket meta data
add(new BookmarkablePageLink("adminBookmarkableLink",
AdminBookmarkablePage.class));
add(new Link("adminInternalLink")
{
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/TodoList.java
Thu Apr 12 02:19:17 2007
@@ -125,7 +125,7 @@
{
super(id);
- // let org.apache.wicket generate a markup-id so the
contents can be
+ // let wicket generate a markup-id so the contents can
be
// updated through an AJAX call.
setOutputMarkupId(true);
@@ -291,7 +291,7 @@
public AddItemsContainer(String id)
{
super(id);
- // let org.apache.wicket generate a markup-id so the
contents can be
+ // let wicket generate a markup-id so the contents can
be
// updated through an AJAX call.
setOutputMarkupId(true);
add(new AddTodoLink("link"));
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/compref/TabbedPanelPage.java
Thu Apr 12 02:19:17 2007
@@ -29,7 +29,7 @@
/**
- * Reference page for TabbedPanel org.apache.wicket-extensions component
+ * Reference page for TabbedPanel wicket-extensions component
*
* @see org.apache.wicket.extensions.markup.html.tabs.TabbedPanel
*
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library/Home.java
Thu Apr 12 02:19:17 2007
@@ -70,7 +70,7 @@
// Note: checkAccess() (and thus login etc.) happen after the
Page
// has been instantiated. Thus, you can not realy on user !=
null.
// Note2: In any case, all components must be associated with a
- // org.apache.wicket tag.
+ // wicket tag.
User user = getLibrarySession().getUser();
if (user == null)
{
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ContactDataProvider.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ContactDataProvider.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ContactDataProvider.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/repeater/ContactDataProvider.java
Thu Apr 12 02:19:17 2007
@@ -58,7 +58,7 @@
}
/**
- * wraps retrieved contact pojo with a org.apache.wicket model
+ * wraps retrieved contact pojo with a wicket model
*
* @see
org.apache.wicket.markup.repeater.data.IDataProvider#model(java.lang.Object)
*/
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/examples/signin2/Signin2Test.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/examples/signin2/Signin2Test.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/examples/signin2/Signin2Test.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-examples/src/test/java/org/apache/wicket/examples/signin2/Signin2Test.java
Thu Apr 12 02:19:17 2007
@@ -66,7 +66,7 @@
// this.dumpResponse(System.err);
assertTitleEquals("Wicket Examples - signin2");
- // a) With org.apache.wicket submitting a form will result in a
temporary redirect,
+ // a) With wicket submitting a form will result in a temporary
redirect,
// with the redirect setting the Cookie.
// b) jWebUnits Cookie test methods are all using the http
response
// object only
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-jmx/src/main/java/org/apache/wicket/jmx/MarkupSettingsMBean.java
Thu Apr 12 02:19:17 2007
@@ -69,9 +69,9 @@
boolean getStripComments();
/**
- * Gets whether to remove org.apache.wicket tags from the output.
+ * Gets whether to remove wicket tags from the output.
*
- * @return whether to remove org.apache.wicket tags from the output
+ * @return whether to remove wicket tags from the output
*/
boolean getStripWicketTags();
@@ -140,10 +140,10 @@
void setStripComments(boolean stripComments);
/**
- * Sets whether to remove org.apache.wicket tags from the output.
+ * Sets whether to remove wicket tags from the output.
*
* @param stripWicketTags
- * whether to remove org.apache.wicket tags from the output
+ * whether to remove wicket tags from the output
*/
void setStripWicketTags(boolean stripWicketTags);
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-objectssizeof-agent/src/main/java/org/apache/wicket/util/instrument/ObjectSizeOfAgent.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-objectssizeof-agent/src/main/java/org/apache/wicket/util/instrument/ObjectSizeOfAgent.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-objectssizeof-agent/src/main/java/org/apache/wicket/util/instrument/ObjectSizeOfAgent.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-objectssizeof-agent/src/main/java/org/apache/wicket/util/instrument/ObjectSizeOfAgent.java
Thu Apr 12 02:19:17 2007
@@ -27,7 +27,7 @@
* instrumentation API. To use it, have the jar somewhere we you can access it
* (just having this class on the classpath is not enough) and startup your
* application with a -javaagent argument like e.g:
- *
'-javaagent:/mydir/org.apache.wicket-objectsizeof-agent-1.3-incubating-SNAPSHOT.jar'.
+ * '-javaagent:/mydir/wicket-objectsizeof-agent-1.3-incubating-SNAPSHOT.jar'.
* When the application starts up, this agent will register an
* [EMAIL PROTECTED] IObjectSizeOfStrategy} at
* [EMAIL PROTECTED] Objects#setObjectSizeOfStrategy(IObjectSizeOfStrategy)}.
Note that
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.5/wicket-spring-annot/src/main/java/org/apache/wicket/spring/injection/annot/SpringComponentInjector.java
Thu Apr 12 02:19:17 2007
@@ -46,7 +46,7 @@
* To install in yourapplication.init() call
* <code>addComponentInstantiationListener(new
SpringComponentInjector(this));</code>
*
- * Non-org.apache.wicket components such as [EMAIL PROTECTED] Session}, [EMAIL
PROTECTED] Model}, and any other
+ * Non-wicket components such as [EMAIL PROTECTED] Session}, [EMAIL PROTECTED]
Model}, and any other
* pojo can be injected by calling
* <code>InjectorHolder.getInjector().inject(this)</code> in their
* constructor.
@@ -74,7 +74,7 @@
* [EMAIL PROTECTED]
WebApplicationContextUtils#getRequiredWebApplicationContext(ServletContext)}
*
* @param webapp
- * org.apache.wicket web application
+ * wicket web application
*/
public SpringComponentInjector(WebApplication webapp) {
// locate application context through spring's default location
@@ -87,7 +87,7 @@
* Constructor
*
* @param webapp
- * org.apache.wicket web application
+ * wicket web application
* @param ctx
* spring's application context
*/
Modified:
incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java?view=diff&rev=527849&r1=527848&r2=527849
==============================================================================
---
incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
(original)
+++
incubator/wicket/branches/wicket-1.x/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/ContactDataProvider.java
Thu Apr 12 02:19:17 2007
@@ -58,7 +58,7 @@
}
/**
- * wraps retrieved contact pojo with a org.apache.wicket model
+ * wraps retrieved contact pojo with a wicket model
*
* @see
org.apache.wicket.markup.repeater.data.IDataProvider#model(java.lang.Object)
*/