You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2007/10/15 22:18:41 UTC

svn commit: r584893 [1/10] - in /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket: ./ ajax/ ajax/form/ ajax/markup/html/navigation/paging/ application/ behavior/ feedback/ markup/ markup/html/ markup/html/body/ markup/html/border/ markup/htm...

Author: gseitz
Date: Mon Oct 15 13:18:27 2007
New Revision: 584893

URL: http://svn.apache.org/viewvc?rev=584893&view=rev
Log:
fix javadoc typos in jdk-1.4/wicket

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AttributeModifier.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IConverterLocator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IInitializer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupFragmentFinder.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Resource.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ResourceReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Response.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormComponentUpdatingBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormSubmitBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigationBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/WildcardMatcherHelper.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractHeaderContributor.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/IBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessages.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/feedback/FeedbackMessagesModel.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/Markup.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MarkupCache.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MarkupElement.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MarkupParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MarkupResourceStream.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/MarkupStream.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/WicketTag.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/ContainerWithAssociatedMarkupHelper.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/IHeaderPartContainerProvider.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/IHeaderResponse.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/JavascriptPackageResource.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResource.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebMarkupContainer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/WebPage.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/body/BodyTagAttributeModifier.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/border/MarkupComponentBorder.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/debug/PageView.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractChoice.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckBox.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroup.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/CheckGroupSelector.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/Form.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponentPanel.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/IChoiceRenderer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/IFormVisitorParticipant.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/RadioGroup.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/TextField.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/persistence/CookieValuePersister.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/persistence/CookieValuePersisterSettings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUpload.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/FileUploadField.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/AbstractFormValidator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/FormComponentFeedbackBorder.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/validation/FormComponentFeedbackIndicator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/image/resource/RenderedDynamicImageResource.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/include/Include.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderContainer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/Link.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/link/PopupSettings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/ListView.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/list/PageableListView.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/pages/BrowserInfoPage.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/panel/Fragment.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/resources/JavaScriptReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/resources/JavascriptResourceReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/resources/PackagedResourceReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/resources/StyleSheetReference.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/AbstractTree.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/BaseTree.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/DefaultTreeState.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/tree/ITreeState.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/AbstractMarkupFilter.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/IXmlPullParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/XmlPullParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/EnclosureHandler.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/HeadForceTagIdHandler.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/AbstractPageableView.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/data/EmptyDataProvider.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/data/GridView.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/repeater/data/IDataProvider.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoComponentResolver.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoLinkResolver.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/resolver/ScopedComponentResolver.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/transformer/AbstractOutputTransformerContainer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/transformer/AbstractTransformerBehavior.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/transformer/ITransformer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/CompoundPropertyModel.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/ResourceModel.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/model/StringResourceModel.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/BufferedHttpServletResponse.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/IRequestLogger.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/IgnoreAjaxRequestException.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletRequest.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockHttpServletResponse.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockServletContext.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/MockWebApplication.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/RequestUtils.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycle.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebRequestCycleProcessor.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebSession.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/documentvalidation/HtmlDocumentParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/documentvalidation/HtmlDocumentValidator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/DiskPageStore.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/FileChannelPool.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/PageWindowManager.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/pagestore/SimpleSynchronousFilePageStore.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/portlet/WicketPortlet.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/CryptedUrlWebRequestCodingStrategy.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/WebRequestCodingStrategy.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/request/urlcompressing/UrlCompressingWebRequestProcessor.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/MultipartServletWebRequest.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/AbstractRequestCycleProcessor.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/basic/RedirectRequestTarget.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/HybridUrlCodingStrategy.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/IMountableRequestTargetUrlCodingStrategy.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/coding/QueryStringUrlCodingStrategy.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/component/BookmarkableListenerInterfaceRequestTarget.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/request/target/resource/ComponentResourceRequestTarget.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/DynamicByteArrayResource.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/BundleStringResourceLoader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ClassStringResourceLoader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/ComponentStringResourceLoader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/resource/loader/IStringResourceLoader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IMarkupSettings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/IRequestCycleSettings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/settings/Settings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/collections/IntHashMap.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/concurrent/ConcurrentHashMap.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/concurrent/ConcurrentReaderHashMap.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/concurrent/CopyOnWriteArrayList.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/convert/converters/AbstractNumberConverter.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/crypt/AbstractCrypt.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/crypt/Base64.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/crypt/Base64UrlSafe.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/crypt/NoCrypt.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Chunk.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Delta.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/Diff.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/DiffUtil.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/MyersDiff.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/diff/myers/PathNode.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/file/Folder.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/file/Path.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/DeferredFileOutputStream.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/FullyBufferedReader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/IOUtils.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/SerializableChecker.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/io/XmlReader.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/Objects.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/MetaPattern.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/CommaSeparatedVariableParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/TagNameParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/parse/metapattern/parsers/WordParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/resource/locator/OsgiResourceStreamLocator.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/CssUtils.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/JavascriptStripper.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/PrependingStringBuffer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/StringValue.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/string/Strings.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/BaseWicketTester.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/tester/ExternalPageViewer.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/time/AbstractTime.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/time/Duration.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileItem.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUpload.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/FileUploadBase.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/MultipartFormInputStream.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/ParameterParser.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/RequestContext.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/upload/ServletFileUpload.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/value/IntValue.java
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/version/undo/ChangeList.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.java Mon Oct 15 13:18:27 2007
@@ -74,46 +74,40 @@
 import org.slf4j.LoggerFactory;
 
 /**
- * Base class for all Wicket applications. To create a Wicket application, you
- * generally should <i>not </i> directly subclass this class. Instead, you will
- * want to subclass some subclass of Application, like WebApplication, which is
- * appropriate for the protocol and markup type you are working with.
+ * Base class for all Wicket applications. To create a Wicket application, you generally should
+ * <i>not </i> directly subclass this class. Instead, you will want to subclass some subclass of
+ * Application, like WebApplication, which is appropriate for the protocol and markup type you are
+ * working with.
  * <p>
  * Application has the following interesting features / attributes:
  * <ul>
- * <li><b>Name </b>- The Application's name, which is the same as its class
- * name.
+ * <li><b>Name </b>- The Application's name, which is the same as its class name.
  * 
- * <li><b>Home Page </b>- The Application's home Page class. Subclasses must
- * override getHomePage() to provide this property value.
+ * <li><b>Home Page </b>- The Application's home Page class. Subclasses must override getHomePage()
+ * to provide this property value.
  * 
- * <li><b>Settings </b>- Application settings are partitioned into sets of
- * related settings using interfaces in the org.apache.wicket.settings package.
- * These interfaces are returned by the following methods, which should be used
- * to configure framework settings for your application:
- * getApplicationSettings(), getDebugSettings(), getExceptionSettings(),
- * getMarkupSettings(), getPageSettings(), getRequestCycleSettings(),
- * getSecuritySettings and getSessionSettings(). These settings are configured
- * by default through the constructor or internalInit methods. Default the
- * application is configured for DEVELOPMENT. You can configure this globally to
- * DEPLOYMENT or override specific settings by implementing the init() method.
+ * <li><b>Settings </b>- Application settings are partitioned into sets of related settings using
+ * interfaces in the org.apache.wicket.settings package. These interfaces are returned by the
+ * following methods, which should be used to configure framework settings for your application:
+ * getApplicationSettings(), getDebugSettings(), getExceptionSettings(), getMarkupSettings(),
+ * getPageSettings(), getRequestCycleSettings(), getSecuritySettings and getSessionSettings(). These
+ * settings are configured by default through the constructor or internalInit methods. Default the
+ * application is configured for DEVELOPMENT. You can configure this globally to DEPLOYMENT or
+ * override specific settings by implementing the init() method.
  * 
- * <li><b>Shared Resources </b>- Resources added to an Application's
- * SharedResources have application-wide scope and can be referenced using a
- * logical scope and a name with the ResourceReference class. ResourceReferences
- * can then be used by multiple components in the same application without
- * additional overhead (beyond the ResourceReference instance held by each
- * referee) and will yield a stable URL, permitting efficient browser caching of
- * the resource (even if the resource is dynamically generated). Resources
- * shared in this manner may also be localized. See
- * {@link org.apache.wicket.ResourceReference} for more details.
+ * <li><b>Shared Resources </b>- Resources added to an Application's SharedResources have
+ * application-wide scope and can be referenced using a logical scope and a name with the
+ * ResourceReference class. ResourceReferences can then be used by multiple components in the same
+ * application without additional overhead (beyond the ResourceReference instance held by each
+ * referee) and will yield a stable URL, permitting efficient browser caching of the resource (even
+ * if the resource is dynamically generated). Resources shared in this manner may also be localized.
+ * See {@link org.apache.wicket.ResourceReference} for more details.
  * 
- * <li><b>Session Factory </b>- The Application subclass WebApplication
- * supplies an implementation of getSessionFactory() which returns an
- * implementation of ISessionFactory that creates WebSession Session objects
- * appropriate for web applications. You can (and probably will want to)
- * override getSessionFactory() to provide your own session factory that creates
- * Session instances of your own application-specific subclass of WebSession.
+ * <li><b>Session Factory </b>- The Application subclass WebApplication supplies an implementation
+ * of getSessionFactory() which returns an implementation of ISessionFactory that creates WebSession
+ * Session objects appropriate for web applications. You can (and probably will want to) override
+ * getSessionFactory() to provide your own session factory that creates Session instances of your
+ * own application-specific subclass of WebSession.
  * 
  * </ul>
  * 
@@ -126,8 +120,7 @@
 	public static final String CONFIGURATION = "configuration";
 
 	/**
-	 * Configuration type constant for getting the context path out of the
-	 * web.xml
+	 * Configuration type constant for getting the context path out of the web.xml
 	 */
 	public static final String CONTEXTPATH = "contextpath";
 
@@ -138,9 +131,9 @@
 	public static final String DEVELOPMENT = "development";
 
 	/**
-	 * Applications keyed on the {@link #getApplicationKey()} so that they can
-	 * be retrieved even without being in a request/ being set in the thread
-	 * local (we need that e.g. for when we are in a destruction thread).
+	 * Applications keyed on the {@link #getApplicationKey()} so that they can be retrieved even
+	 * without being in a request/ being set in the thread local (we need that e.g. for when we are
+	 * in a destruction thread).
 	 */
 	private static final Map applicationKeyToApplication = new HashMap(1);
 
@@ -151,11 +144,10 @@
 	private static final Logger log = LoggerFactory.getLogger(Application.class);
 
 	/**
-	 * Checks if the <code>Application</code> threadlocal is set in this
-	 * thread
+	 * Checks if the <code>Application</code> threadlocal is set in this thread
 	 * 
-	 * @return true if {@link Application#get()} can return the instance of
-	 *         application, false otherwise
+	 * @return true if {@link Application#get()} can return the instance of application, false
+	 *         otherwise
 	 */
 	public static boolean exists()
 	{
@@ -179,13 +171,12 @@
 	}
 
 	/**
-	 * Gets the Application based on the application key of that application.
-	 * You typically never have to use this method unless you are working on an
-	 * integration project.
+	 * Gets the Application based on the application key of that application. You typically never
+	 * have to use this method unless you are working on an integration project.
 	 * 
 	 * @param applicationKey
-	 *            The unique key of the application within a certain context
-	 *            (e.g. a web application)
+	 *            The unique key of the application within a certain context (e.g. a web
+	 *            application)
 	 * @return The application
 	 * @throws IllegalArgumentException
 	 *             When no application was found with the provided key
@@ -197,12 +188,11 @@
 	}
 
 	/**
-	 * Gets the keys of the currently registered Wicket applications for this
-	 * web application. You typically never have to use this method unless you
-	 * are working on an integration project.
+	 * Gets the keys of the currently registered Wicket applications for this web application. You
+	 * typically never have to use this method unless you are working on an integration project.
 	 * 
-	 * @return unmodifiable set with keys that correspond with
-	 *         {@link #getApplicationKey()}. Never null, but possibly empty
+	 * @return unmodifiable set with keys that correspond with {@link #getApplicationKey()}. Never
+	 *         null, but possibly empty
 	 */
 	public static Set/* <String> */getApplicationKeys()
 	{
@@ -263,16 +253,16 @@
 	private final SharedResources sharedResources;
 
 	/**
-	 * Constructor. <strong>Use {@link #init()} for any configuration of your
-	 * application instead of overriding the constructor.</strong>
+	 * Constructor. <strong>Use {@link #init()} for any configuration of your application instead of
+	 * overriding the constructor.</strong>
 	 */
 	public Application()
 	{
 		// Create name from subclass
-		this.name = Classes.simpleName(getClass());
+		name = Classes.simpleName(getClass());
 
 		// Create shared resources repository
-		this.sharedResources = new SharedResources(this);
+		sharedResources = new SharedResources(this);
 
 		// Install default component instantiation listener that uses
 		// authorization strategy to check component instantiations.
@@ -297,8 +287,8 @@
 	}
 
 	/**
-	 * Adds a component instantiation listener. This method should typicaly only
-	 * be called during application startup; it is not thread safe.
+	 * Adds a component instantiation listener. This method should typically only be called during
+	 * application startup; it is not thread safe.
 	 * <p>
 	 * Note: wicket does not guarantee the execution order of added listeners
 	 * 
@@ -366,8 +356,8 @@
 	}
 
 	/**
-	 * Gets the unique key of this application within a given context (like a
-	 * web application). NOT INTENDED FOR FRAMEWORK CLIENTS.
+	 * Gets the unique key of this application within a given context (like a web application). NOT
+	 * INTENDED FOR FRAMEWORK CLIENTS.
 	 * 
 	 * @return The unique key of this application
 	 */
@@ -384,20 +374,18 @@
 	}
 
 	/**
-	 * Gets the configuration mode to use for configuring the app, either
-	 * {@link #DEVELOPMENT} or {@link #DEPLOYMENT}.
+	 * Gets the configuration mode to use for configuring the app, either {@link #DEVELOPMENT} or
+	 * {@link #DEPLOYMENT}.
 	 * <p>
-	 * The configuration type. Must currently be either DEVELOPMENT or
-	 * DEPLOYMENT. Currently, if the configuration type is DEVELOPMENT,
-	 * resources are polled for changes, component usage is checked, wicket tags
-	 * are not stripped from ouput and a detailed exception page is used. If the
-	 * type is DEPLOYMENT, component usage is not checked, wicket tags are
-	 * stripped from output and a non-detailed exception page is used to display
-	 * errors.
+	 * The configuration type. Must currently be either DEVELOPMENT or DEPLOYMENT. Currently, if the
+	 * configuration type is DEVELOPMENT, resources are polled for changes, component usage is
+	 * checked, wicket tags are not stripped from output and a detailed exception page is used. If
+	 * the type is DEPLOYMENT, component usage is not checked, wicket tags are stripped from output
+	 * and a non-detailed exception page is used to display errors.
 	 * <p>
-	 * Note that you should not run Wicket in DEVELOPMENT mode on production
-	 * servers - the various debugging checks and resource polling is
-	 * inefficient and may leak resources, particularly on webapp redeploy.
+	 * Note that you should not run Wicket in DEVELOPMENT mode on production servers - the various
+	 * debugging checks and resource polling is inefficient and may leak resources, particularly on
+	 * webapp redeploy.
 	 * 
 	 * @return configuration
 	 * @since 1.2.3 (function existed as a property getter)
@@ -444,8 +432,7 @@
 	}
 
 	/**
-	 * Application subclasses must specify a home page class by implementing
-	 * this abstract method.
+	 * Application subclasses must specify a home page class by implementing this abstract method.
 	 * 
 	 * @return Home page class for this application
 	 */
@@ -657,8 +644,8 @@
 	}
 
 	/**
-	 * Creates a new RequestCycle object. Override this method if you want to
-	 * provide a custom request cycle.
+	 * Creates a new RequestCycle object. Override this method if you want to provide a custom
+	 * request cycle.
 	 * 
 	 * @param request
 	 *            The request
@@ -679,8 +666,7 @@
 	 * @return nothing
 	 * @throws UnsupportedOperationException
 	 *             always
-	 * @deprecated  Applications wishing to provide custom request
-	 *             cycles should override method
+	 * @deprecated Applications wishing to provide custom request cycles should override method
 	 *             {@link #newRequestCycle(Request, Response)}
 	 */
 	public final RequestCycle newRequestCycle(Application application, Request request,
@@ -690,16 +676,14 @@
 	}
 
 	/**
-	 * Creates a new session. Override this method if you want to provide a
-	 * custom session.
+	 * Creates a new session. Override this method if you want to provide a custom session.
 	 * 
 	 * @param request
 	 *            The request that will create this session.
 	 * @param response
-	 *            The response to initialize, for example with cookies. This is
-	 *            important to use cases involving unit testing because those
-	 *            use cases might want to be able to sign a user in
-	 *            automatically when the session is created.
+	 *            The response to initialize, for example with cookies. This is important to use
+	 *            cases involving unit testing because those use cases might want to be able to sign
+	 *            a user in automatically when the session is created.
 	 * 
 	 * @return The session
 	 * 
@@ -708,8 +692,8 @@
 	public abstract Session newSession(Request request, Response response);
 
 	/**
-	 * Removes a component instantiation listener. This method should typicaly
-	 * only be called during application startup; it is not thread safe.
+	 * Removes a component instantiation listener. This method should typicaly only be called during
+	 * application startup; it is not thread safe.
 	 * 
 	 * @param listener
 	 *            the listener to remove
@@ -744,10 +728,9 @@
 	}
 
 	/**
-	 * Sets the metadata for this application using the given key. If the
-	 * metadata object is not of the correct type for the metadata key, an
-	 * IllegalArgumentException will be thrown. For information on creating
-	 * MetaDataKeys, see {@link MetaDataKey}.
+	 * Sets the metadata for this application using the given key. If the metadata object is not of
+	 * the correct type for the metadata key, an IllegalArgumentException will be thrown. For
+	 * information on creating MetaDataKeys, see {@link MetaDataKey}.
 	 * 
 	 * @param key
 	 *            The singleton key for the metadata
@@ -776,8 +759,8 @@
 	}
 
 	/**
-	 * Iterate initializers list, calling any {@link org.apache.wicket.IDestroyer}
-	 * instances found in it.
+	 * Iterate initializers list, calling any {@link org.apache.wicket.IDestroyer} instances found
+	 * in it.
 	 */
 	private final void callDestroyers()
 	{
@@ -806,9 +789,8 @@
 	}
 
 	/**
-	 * This method is still here for backwards compatibility with 1.1 source
-	 * code. The getXXXSettings() methods are now preferred. This method will be
-	 * removed post 1.2 version.
+	 * This method is still here for backwards compatibility with 1.1 source code. The
+	 * getXXXSettings() methods are now preferred. This method will be removed post 1.2 version.
 	 * 
 	 * @return Application settings
 	 * 
@@ -848,8 +830,7 @@
 	}
 
 	/**
-	 * Called when wicket servlet is destroyed. Overrides do not have to call
-	 * super.
+	 * Called when wicket servlet is destroyed. Overrides do not have to call super.
 	 * 
 	 * @deprecated use {@link #onDestroy()} instead
 	 */
@@ -859,8 +840,7 @@
 	}
 
 	/**
-	 * Called when wicket servlet is destroyed. Overrides do not have to call
-	 * super.
+	 * Called when wicket servlet is destroyed. Overrides do not have to call super.
 	 */
 	protected void onDestroy()
 	{
@@ -889,8 +869,8 @@
 	}
 
 	/**
-	 * Allows for initialization of the application by a subclass. <strong>Use
-	 * this method for any application setup instead of the constructor.</strong>
+	 * Allows for initialization of the application by a subclass. <strong>Use this method for any
+	 * application setup instead of the constructor.</strong>
 	 */
 	protected void init()
 	{
@@ -914,8 +894,7 @@
 	}
 
 	/**
-	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT OVERRIDE OR
-	 * CALL.
+	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT OVERRIDE OR CALL.
 	 * 
 	 * Internal initialization.
 	 */
@@ -972,16 +951,16 @@
 	}
 
 	/**
-	 * Creates a new session facade. Is called once per application, and is
-	 * typically not something clients reimplement.
+	 * Creates a new session facade. Is called once per application, and is typically not something
+	 * clients reimplement.
 	 * 
 	 * @return The session facade
 	 */
 	protected abstract ISessionStore newSessionStore();
 
 	/**
-	 * Notifies the registered component instantiation listeners of the
-	 * construction of the provided component
+	 * Notifies the registered component instantiation listeners of the construction of the provided
+	 * component
 	 * 
 	 * @param component
 	 *            the component that is being instantiated
@@ -998,9 +977,8 @@
 	private List componentOnBeforeRenderListeners = null;
 
 	/**
-	 * Adds an {@link IComponentOnBeforeRenderListener}. This method should
-	 * typicaly only be called during application startup; it is not thread
-	 * safe.
+	 * Adds an {@link IComponentOnBeforeRenderListener}. This method should typically only be
+	 * called during application startup; it is not thread safe.
 	 * 
 	 * @param listener
 	 */
@@ -1056,9 +1034,8 @@
 	private List componentOnAfterRenderListeners = null;
 
 	/**
-	 * Adds an {@link IComponentOnAfterRenderListener}. This method should
-	 * typicaly only be called during application startup; it is not thread
-	 * safe.
+	 * Adds an {@link IComponentOnAfterRenderListener}. This method should typically only be called
+	 * during application startup; it is not thread safe.
 	 * 
 	 * @param listener
 	 */
@@ -1109,14 +1086,15 @@
 			}
 		}
 	}
-	
+
 	private List renderHeadListeners = null;
-	
+
 	/**
-	 * Adds a listener that will be invoked for every header response 
+	 * Adds a listener that will be invoked for every header response
+	 * 
 	 * @param listener
 	 */
-	public final void addRenderHeadListener(IHeaderContributor listener) 
+	public final void addRenderHeadListener(IHeaderContributor listener)
 	{
 		if (renderHeadListeners == null)
 		{
@@ -1124,7 +1102,7 @@
 		}
 		renderHeadListeners.add(listener);
 	}
-	
+
 	/**
 	 * 
 	 * @param listener
@@ -1140,9 +1118,10 @@
 			}
 		}
 	}
-	
+
 	/**
 	 * INTERNAL
+	 * 
 	 * @param response
 	 */
 	public void notifyRenderHeadListener(IHeaderResponse response)
@@ -1151,7 +1130,7 @@
 		{
 			for (Iterator i = renderHeadListeners.iterator(); i.hasNext();)
 			{
-				IHeaderContributor listener = (IHeaderContributor) i.next();
+				IHeaderContributor listener = (IHeaderContributor)i.next();
 				listener.renderHead(response);
 			}
 		}

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AttributeModifier.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AttributeModifier.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AttributeModifier.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/AttributeModifier.java Mon Oct 15 13:18:27 2007
@@ -25,33 +25,28 @@
 import org.apache.wicket.util.value.IValueMap;
 
 /**
- * This class allows a tag attribute of a component to be modified dynamically
- * with a value obtained from a model object. This concept can be used to
- * programatically alter the attributes of components, overriding the values
- * specified in the markup. The two primary uses of this class are to allow
- * overriding of markup attributes based on business logic and to support
- * dynamic localization. The replacement occurs as the component tag is rendered
- * to the response.
+ * This class allows a tag attribute of a component to be modified dynamically with a value obtained
+ * from a model object. This concept can be used to programmatically alter the attributes of
+ * components, overriding the values specified in the markup. The two primary uses of this class are
+ * to allow overriding of markup attributes based on business logic and to support dynamic
+ * localization. The replacement occurs as the component tag is rendered to the response.
  * <p>
- * The attribute whose value is to be modified must be given on construction of
- * the instance of this class along with the model containing the value to
- * replace with. Optionally a pattern can be supplied that is a regular
- * expression that the existing value must match before the replacement can be
- * carried out.
+ * The attribute whose value is to be modified must be given on construction of the instance of this
+ * class along with the model containing the value to replace with. Optionally a pattern can be
+ * supplied that is a regular expression that the existing value must match before the replacement
+ * can be carried out.
  * <p>
- * If an attribute is not in the markup, this modifier will add an attribute to
- * the tag only if addAttributeIfNotPresent is true and the replacement value is
- * not null.
+ * If an attribute is not in the markup, this modifier will add an attribute to the tag only if
+ * addAttributeIfNotPresent is true and the replacement value is not null.
  * </p>
  * <p>
  * Instances of this class should be added to components via the
- * {@link org.apache.wicket.Component#add(AttributeModifier)} method after the
- * component has been constucted.
+ * {@link org.apache.wicket.Component#add(AttributeModifier)} method after the component has been
+ * constructed.
  * <p>
- * It is possible to create new subclasses of AttributeModifier by overriding
- * the newValue(String, String) method. For example, you could create an
- * AttributeModifier subclass which appends the replacement value like this:
- * <code>
+ * It is possible to create new subclasses of AttributeModifier by overriding the newValue(String,
+ * String) method. For example, you could create an AttributeModifier subclass which appends the
+ * replacement value like this: <code>
  * 	new AttributeModifier("myAttribute", model)
  *  {
  * 		protected String newValue(final String currentValue, final String replacementValue)
@@ -93,9 +88,8 @@
 	private final IModel replaceModel;
 
 	/**
-	 * Create a new attribute modifier with the given attribute name and model
-	 * to replace with. The additional boolean flag specifies whether to add the
-	 * attribute if it is not present.
+	 * Create a new attribute modifier with the given attribute name and model to replace with. The
+	 * additional boolean flag specifies whether to add the attribute if it is not present.
 	 * 
 	 * @param attribute
 	 *            The attribute name to replace the value for
@@ -111,8 +105,8 @@
 	}
 
 	/**
-	 * Create a new attribute modifier with the given attribute name and model
-	 * to replace with. The attribute will not be added if it is not present.
+	 * Create a new attribute modifier with the given attribute name and model to replace with. The
+	 * attribute will not be added if it is not present.
 	 * 
 	 * @param attribute
 	 *            The attribute name to replace the value for
@@ -125,18 +119,18 @@
 	}
 
 	/**
-	 * Create a new attribute modifier with the given attribute name and
-	 * expected pattern to match plus the model to replace with. A null pattern
-	 * will match the attribute regardless of its value. The additional boolean
-	 * flag specifies whether to add the attribute if it is not present.
+	 * Create a new attribute modifier with the given attribute name and expected pattern to match
+	 * plus the model to replace with. A null pattern will match the attribute regardless of its
+	 * value. The additional boolean flag specifies whether to add the attribute if it is not
+	 * present.
 	 * 
 	 * @param attribute
 	 *            The attribute name to replace the value for
 	 * @param pattern
 	 *            The pattern of the current attribute value to match
 	 * @param addAttributeIfNotPresent
-	 *            Whether to add the attribute if it is not present and the
-	 *            replacement value is not null
+	 *            Whether to add the attribute if it is not present and the replacement value is not
+	 *            null
 	 * @param replaceModel
 	 *            The model to replace the value with
 	 */
@@ -156,10 +150,9 @@
 	}
 
 	/**
-	 * Create a new attribute modifier with the given attribute name and
-	 * expected pattern to match plus the model to replace with. A null pattern
-	 * will match the attribute regardless of its value. The attribute will not
-	 * be added if it is not present.
+	 * Create a new attribute modifier with the given attribute name and expected pattern to match
+	 * plus the model to replace with. A null pattern will match the attribute regardless of its
+	 * value. The attribute will not be added if it is not present.
 	 * 
 	 * @param attribute
 	 *            The attribute name to replace the value for
@@ -174,12 +167,12 @@
 	}
 
 	/**
-	 * Detach the model if it was a IDetachableModel Internal method. shouldn't
-	 * be called from the outside. If the attribute modifier is shared, the
-	 * detach method will be called multiple times.
+	 * Detach the model if it was a IDetachableModel Internal method. shouldn't be called from the
+	 * outside. If the attribute modifier is shared, the detach method will be called multiple
+	 * times.
 	 * 
 	 * @param component
-	 *            the model that initiates the detachement
+	 *            the model that initiates the detachment
 	 */
 	public final void detach(Component component)
 	{
@@ -190,8 +183,7 @@
 	}
 
 	/**
-	 * @return whether to add the attribute if it is not an attribute in the
-	 *         markup
+	 * @return whether to add the attribute if it is not an attribute in the markup
 	 */
 	public final boolean getAddAttributeIfNotPresent()
 	{
@@ -248,9 +240,9 @@
 	}
 
 	/**
-	 * Checks the given component tag for an instance of the attribute to modify
-	 * and if all criteria are met then replace the value of this attribute with
-	 * the value of the contained model object.
+	 * Checks the given component tag for an instance of the attribute to modify and if all criteria
+	 * are met then replace the value of this attribute with the value of the contained model
+	 * object.
 	 * 
 	 * @param component
 	 *            The component
@@ -297,13 +289,14 @@
 			}
 		}
 	}
-	
+
 	protected String getContextRelativeValue(String value)
 	{
 		if ("href".equals(attribute) || "src".equals(attribute))
 		{
 			RequestContext rc = RequestContext.get();
-			if (rc.isPortletRequest() && !(value.startsWith("http://") || value.startsWith("https://")))
+			if (rc.isPortletRequest() &&
+					!(value.startsWith("http://") || value.startsWith("https://")))
 			{
 				if ("href".equals(attribute))
 				{
@@ -366,10 +359,10 @@
 	}
 
 	/**
-	 * Gets the value that should replace the current attribute value. This
-	 * gives users the ultimate means to customize what will be used as the
-	 * attribute value. For instance, you might decide to append the replacement
-	 * value to the current instead of just replacing it as is Wicket's default.
+	 * Gets the value that should replace the current attribute value. This gives users the ultimate
+	 * means to customize what will be used as the attribute value. For instance, you might decide
+	 * to append the replacement value to the current instead of just replacing it as is Wicket's
+	 * default.
 	 * 
 	 * @param currentValue
 	 *            The current attribute value. This value might be null!

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Mon Oct 15 13:18:27 2007
@@ -248,7 +248,7 @@
 		public static final Object CONTINUE_TRAVERSAL = null;
 
 		/**
-		 * A generic value to return to contiue a traversal, but if the component is a container,
+		 * A generic value to return to continue a traversal, but if the component is a container,
 		 * don't visit its children.
 		 */
 		public static final Object CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER = new Object();
@@ -544,7 +544,9 @@
 	/** Ignore attribute modifiers */
 	private static final int FLAG_IGNORE_ATTRIBUTE_MODIFIER = 0x0040;
 
-	/** Flag for escaping HTML in model strings */
+	/**
+	 * Boolean whether this component's model is inheritable.
+	 */
 	private static final int FLAG_INHERITABLE_MODEL = 0x0004;
 
 	/**

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IComponentBorder.java Mon Oct 15 13:18:27 2007
@@ -19,7 +19,7 @@
 import org.apache.wicket.markup.html.border.MarkupComponentBorder;
 
 /**
- * This class gives you call backs to genererate swing like borders.
+ * This class gives you call backs to generate swing like borders.
  * 
  * @author jcompagner
  * 
@@ -29,12 +29,14 @@
 {
 	/**
 	 * Called before the component is rendered.
+	 * 
 	 * @param component
 	 */
 	public void renderBefore(Component component);
-	
+
 	/**
 	 * Called after the component is renderd.
+	 * 
 	 * @param component
 	 */
 	public void renderAfter(Component component);

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IConverterLocator.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IConverterLocator.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IConverterLocator.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IConverterLocator.java Mon Oct 15 13:18:27 2007
@@ -20,10 +20,10 @@
 import org.apache.wicket.util.convert.IConverter;
 
 /**
- * Locates the proper converter instance for a given type. Classes that
- * implement this interface must return the right converter for the given class
- * type. Instances are created by {@link IConverterLocator}, which can be
- * configured using {@link Application#newConverterLocator()}.
+ * Locates the proper converter instance for a given type. Classes that implement this interface
+ * must return the right converter for the given class type. Instances are created by
+ * {@link IConverterLocator}, which can be configured using
+ * {@link Application#newConverterLocator()}.
  * 
  * @see ConverterLocator
  * @see IConverterLocatorFactory
@@ -34,7 +34,7 @@
 {
 
 	/**
-	 * Returns the Conveter for the class that is given.
+	 * Returns the Converter for the class that is given.
 	 * 
 	 * @param type
 	 * @return The converter for the given type.

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IInitializer.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IInitializer.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IInitializer.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/IInitializer.java Mon Oct 15 13:18:27 2007
@@ -21,26 +21,23 @@
 /**
  * Initializes something when application loads.
  * 
- * Initializer is there for clustering. Lets say you access a page that has a
- * link to a resource on node A now the url for the resource gets forwarded to
- * node B, but node B doesnt have the resource registered yet because maybe the
- * page class hasn't been loaded and so its static block hasn't run yet. So the
- * initializer is a place for you to register all those resources and do all the
- * stuff you used to do in the static blocks.
+ * Initializer is there for clustering. Lets say you access a page that has a link to a resource on
+ * node A now the url for the resource gets forwarded to node B, but node B doesn't have the
+ * resource registered yet because maybe the page class hasn't been loaded and so its static block
+ * hasn't run yet. So the initializer is a place for you to register all those resources and do all
+ * the stuff you used to do in the static blocks.
  * <p>
- * You don't have to pre-register {@link PackageResource package resources}, as
- * they can be initialized lazily.
+ * You don't have to pre-register {@link PackageResource package resources}, as they can be
+ * initialized lazily.
  * </p>
  * <p>
- * Initializers can be configured by having a wicket.properties file in the
- * class path root, with property 'initializer=${initializer class name}'. You
- * can have one such properties per jar file, but the initializer that property
- * denotes can delegate to other initializers of that library.
+ * Initializers can be configured by having a wicket.properties file in the class path root, with
+ * property 'initializer=${initializer class name}'. You can have one such properties per jar file,
+ * but the initializer that property denotes can delegate to other initializers of that library.
  * </p>
  * <p>
- * If an initializer also implement {@link IDestroyer}, the instance will be
- * kept for destroying, so that it may clean up whatever it did when
- * initializing.
+ * If an initializer also implement {@link IDestroyer}, the instance will be kept for destroying,
+ * so that it may clean up whatever it did when initializing.
  * </p>
  * 
  * @author Jonathan Locke

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupFragmentFinder.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupFragmentFinder.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupFragmentFinder.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/MarkupFragmentFinder.java Mon Oct 15 13:18:27 2007
@@ -23,10 +23,9 @@
 import org.apache.wicket.markup.html.panel.Fragment;
 
 /**
- * Responding to an AJAX request requires that we position the markup stream at
- * the component associated with the AJAX request. That is straight forward in
- * most cases except for "transparent" components and for components which
- * implement there own IComponentResolver.
+ * Responding to an AJAX request requires that we position the markup stream at the component
+ * associated with the AJAX request. That is straight forward in most cases except for "transparent"
+ * components and for components which implement there own IComponentResolver.
  * 
  * @author Juergen Donnerstag
  */
@@ -127,11 +126,11 @@
 	}
 
 	/**
-	 * Get component path relativ to the parent container with associated markup
+	 * Get component path relative to the parent container with associated markup
 	 * 
 	 * @param component
 	 * @param parentWithAssociatedMarkup
-	 * @return the relativ path
+	 * @return the relative path
 	 */
 	private String getComponentRelativePath(final Component component,
 			final MarkupContainer parentWithAssociatedMarkup)

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Mon Oct 15 13:18:27 2007
@@ -99,7 +99,7 @@
  * 
  * <li><b>Back Button </b>- Pages can support the back button by enabling versioning with a call to
  * setVersioned(boolean). If a Page is versioned and changes occur to it which need to be tracked, a
- * verison manager will be installed using the overridable factory method newVersionManager(). The
+ * version manager will be installed using the overridable factory method newVersionManager(). The
  * default version manager returned by the base implementation of this method is an instance of
  * UndoPageVersionManager, which manages versions of a page by keeping change records that can be
  * reversed at a later time.
@@ -311,7 +311,7 @@
 	/**
 	 * Called just before a component's listener method (the provided method argument) is called.
 	 * This method may be used to set up dependencies, enforce authorization, etc. NOTE: if this
-	 * method fails, the method will not be excuted. Method
+	 * method fails, the method will not be executed. Method
 	 * {@link WebPage#afterCallComponent(Component, RequestListenerInterface)} will always be
 	 * called.
 	 * 
@@ -395,8 +395,8 @@
 	/**
 	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT CALL.
 	 * 
-	 * This method is called when a component was rendered standalone. If it is a markupcontainer
-	 * then the rendering for that container is checked.
+	 * This method is called when a component was rendered standalone. If it is a
+	 * <code>MarkupContainer</code> then the rendering for that container is checked.
 	 * 
 	 * @param component
 	 * 

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/RequestCycle.java Mon Oct 15 13:18:27 2007
@@ -71,7 +71,7 @@
  * </ul>
  * <p>
  * Bookmarkable pages must either implement a constructor that takes a PageParameters argument or a
- * default constructor. If a Page has both constructors the constuctor with the PageParameters
+ * default constructor. If a Page has both constructors the constructor with the PageParameters
  * argument will be used. Links to bookmarkable pages are created by calling the urlFor(Class,
  * PageParameters) method, where Class is the page class and PageParameters are the parameters to
  * encode into the URL.
@@ -960,7 +960,7 @@
 	{
 		// clean up target stack; calling detach has effects like
 		// NOTE: don't remove the targets as testing code might need them
-		// furthermore, the targets will be cg-ed with this cycle too
+		// furthermore, the targets will be gc-ed with this cycle too
 		for (Iterator iter = requestTargets.iterator(); iter.hasNext();)
 		{
 			IRequestTarget target = (IRequestTarget)iter.next();

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Resource.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Resource.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Resource.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Resource.java Mon Oct 15 13:18:27 2007
@@ -145,7 +145,7 @@
 	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT USE IT!
 	 * 
 	 * @param parameters
-	 *            Map of query parameters that paramterize this resource
+	 *            Map of query parameters that parameterize this resource
 	 */
 	public final void setParameters(final Map parameters)
 	{
@@ -163,7 +163,7 @@
 	 * Allows implementations to do configure the response, like setting headers etc.
 	 * 
 	 * @param response
-	 *            the respone
+	 *            the response
 	 */
 	protected void configureResponse(final Response response)
 	{

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ResourceReference.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ResourceReference.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ResourceReference.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ResourceReference.java Mon Oct 15 13:18:27 2007
@@ -109,7 +109,7 @@
 	}
 
 	/**
-	 * Contructs a resource reference with Application.class scope and the given name. All resource
+	 * Constructs a resource reference with Application.class scope and the given name. All resource
 	 * references constructed with this constructor must have unique names since they all have the
 	 * same Application-wide scope that is the org.apache.wicket.Application.class
 	 * 

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Response.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Response.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Response.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Response.java Mon Oct 15 13:18:27 2007
@@ -38,11 +38,10 @@
 
 
 /**
- * Abstract base class for different implementations of response writing. A
- * subclass must implement write(String) to write a String to the response
- * destination (whether it be a browser, a file, a test harness or some other
- * place). A subclass may optionally implement close(), encodeURL(String),
- * redirect(String), isRedirect() or setContentType(String) as appropriate.
+ * Abstract base class for different implementations of response writing. A subclass must implement
+ * write(String) to write a String to the response destination (whether it be a browser, a file, a
+ * test harness or some other place). A subclass may optionally implement close(),
+ * encodeURL(String), redirect(String), isRedirect() or setContentType(String) as appropriate.
  * 
  * @author Jonathan Locke
  */
@@ -61,17 +60,16 @@
 	}
 
 	/**
-	 * Called when the Response needs to reset itself. Subclasses can empty
-	 * there buffer or build up state.
+	 * Called when the Response needs to reset itself. Subclasses can empty there buffer or build up
+	 * state.
 	 */
 	public void reset()
 	{
 	}
 
 	/**
-	 * An implementation of this method is only required if a subclass wishes to
-	 * support sessions via URL rewriting. This default implementation simply
-	 * returns the URL String it is passed.
+	 * An implementation of this method is only required if a subclass wishes to support sessions
+	 * via URL rewriting. This default implementation simply returns the URL String it is passed.
 	 * 
 	 * @param url
 	 *            The URL to encode
@@ -85,9 +83,9 @@
 	/**
 	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT USE IT.
 	 * 
-	 * Loops over all the response filters that were set (if any) with the give
-	 * response returns the response buffer itself if there where now filters or
-	 * the response buffer that was created/returned by the filter(s)
+	 * Loops over all the response filters that were set (if any) with the give response returns the
+	 * response buffer itself if there where now filters or the response buffer that was
+	 * created/returned by the filter(s)
 	 * 
 	 * @param responseBuffer
 	 *            The response buffer to be filtered
@@ -115,13 +113,13 @@
 	 */
 	public String getCharacterEncoding()
 	{
-		if (this.defaultEncoding == null)
+		if (defaultEncoding == null)
 		{
 			return Application.get().getRequestCycleSettings().getResponseRequestEncoding();
 		}
 		else
 		{
-			return this.defaultEncoding;
+			return defaultEncoding;
 		}
 	}
 
@@ -131,11 +129,10 @@
 	public abstract OutputStream getOutputStream();
 
 	/**
-	 * Returns true if a redirection has occurred. The default implementation
-	 * always returns false since redirect is not implemented by default.
+	 * Returns true if a redirection has occurred. The default implementation always returns false
+	 * since redirect is not implemented by default.
 	 * 
-	 * @return True if the redirect method has been called, making this response
-	 *         a redirect.
+	 * @return True if the redirect method has been called, making this response a redirect.
 	 */
 	public boolean isRedirect()
 	{
@@ -145,19 +142,16 @@
 	/**
 	 * CLIENTS SHOULD NEVER CALL THIS METHOD FOR DAY TO DAY USE!
 	 * <p>
-	 * A subclass may override this method to implement redirection. Subclasses
-	 * which have no need to do redirection may choose not to override this
-	 * default implementation, which does nothing. For example, if a subclass
-	 * wishes to write output to a file or is part of a testing harness, there
-	 * may be no meaning to redirection.
+	 * A subclass may override this method to implement redirection. Subclasses which have no need
+	 * to do redirection may choose not to override this default implementation, which does nothing.
+	 * For example, if a subclass wishes to write output to a file or is part of a testing harness,
+	 * there may be no meaning to redirection.
 	 * </p>
 	 * <p>
-	 * Framework users who want to redirect should use a construction like
-	 * <code>
+	 * Framework users who want to redirect should use a construction like <code>
 	 * RequestCycle.get().setRequestTarget(new RedirectRequestTarget(...));
 	 * </code>
-	 * or
-	 * <code>
+	 * or <code>
 	 * setResponsePage(new RedirectPage(...));
 	 * </code>
 	 * </p>
@@ -170,20 +164,20 @@
 	}
 
 	/**
-	 * Set the default encoding for the output. Note: It is up to the derived
-	 * class to make use of the information. Class Respsonse simply stores the
-	 * value, but does not apply it anywhere automatically.
+	 * Set the default encoding for the output. Note: It is up to the derived class to make use of
+	 * the information. Class Response simply stores the value, but does not apply it anywhere
+	 * automatically.
 	 * 
 	 * @param encoding
 	 */
 	public void setCharacterEncoding(final String encoding)
 	{
-		this.defaultEncoding = encoding;
+		defaultEncoding = encoding;
 	}
 
 	/**
-	 * Set the content length on the response, if appropriate in the subclass.
-	 * This default implementation does nothing.
+	 * Set the content length on the response, if appropriate in the subclass. This default
+	 * implementation does nothing.
 	 * 
 	 * @param length
 	 *            The length of the content
@@ -193,8 +187,8 @@
 	}
 
 	/**
-	 * Set the content type on the response, if appropriate in the subclass.
-	 * This default implementation does nothing.
+	 * Set the content type on the response, if appropriate in the subclass. This default
+	 * implementation does nothing.
 	 * 
 	 * @param mimeType
 	 *            The mime type
@@ -204,8 +198,8 @@
 	}
 
 	/**
-	 * Set the contents last modified time, if appropriate in the subclass. This
-	 * default implementation does nothing.
+	 * Set the contents last modified time, if appropriate in the subclass. This default
+	 * implementation does nothing.
 	 * 
 	 * @param time
 	 *            The time object
@@ -242,15 +236,15 @@
 	public abstract void write(final CharSequence string);
 
 	/**
-	 * Either throws the exception wrapped as {@link WicketRuntimeException} or
-	 * silently ignores it. This method should ignore IO related exceptions like
-	 * connection reset by peer or broken pipe.
+	 * Either throws the exception wrapped as {@link WicketRuntimeException} or silently ignores it.
+	 * This method should ignore IO related exceptions like connection reset by peer or broken pipe.
 	 * 
 	 * @param e
 	 */
-	private void handleException(Exception e) {
+	private void handleException(Exception e)
+	{
 		// FIXME this doesn't catch all. For instance, Jetty (6/ NIO) on
-		// Unix like platforms will not be recogninzed as exceptions
+		// Unix like platforms will not be recognized as exceptions
 		// that should be ignored
 		Throwable throwable = e;
 		boolean ignoreException = false;
@@ -263,16 +257,16 @@
 			else if (throwable instanceof SocketException)
 			{
 				String message = throwable.getMessage();
-				ignoreException = message != null
-						&& (message.indexOf("Connection reset") != -1
-								|| message.indexOf("Broken pipe") != -1
-								|| message.indexOf("Socket closed") != -1 
-								|| message.indexOf("connection abort") != -1);
+				ignoreException = message != null &&
+						(message.indexOf("Connection reset") != -1 ||
+								message.indexOf("Broken pipe") != -1 ||
+								message.indexOf("Socket closed") != -1 || message
+								.indexOf("connection abort") != -1);
 			}
 			else
 			{
-				ignoreException = throwable.getClass().getName().indexOf("ClientAbortException") >= 0
-						|| throwable.getClass().getName().indexOf("EofException") >= 0;
+				ignoreException = throwable.getClass().getName().indexOf("ClientAbortException") >= 0 ||
+						throwable.getClass().getName().indexOf("EofException") >= 0;
 			}
 			if (ignoreException)
 			{
@@ -288,14 +282,13 @@
 		if (!ignoreException)
 		{
 			throw new WicketRuntimeException("Unable to write the response", e);
-		}		
+		}
 	}
-	 
+
 	/**
 	 * Copies the given input stream to the servlet response
 	 * <p>
-	 * NOTE Content-Length is not set because it would require to buffer the
-	 * whole input stream
+	 * NOTE Content-Length is not set because it would require to buffer the whole input stream
 	 * </p>
 	 * 
 	 * @param in
@@ -332,8 +325,8 @@
 	}
 
 	/**
-	 * Writes the given string to the Response subclass output destination and
-	 * appends a cr/nl depending on the OS
+	 * Writes the given string to the Response subclass output destination and appends a cr/nl
+	 * depending on the OS
 	 * 
 	 * @param string
 	 */
@@ -344,9 +337,9 @@
 	}
 
 	/**
-	 * Sets the Content-Type header with servlet-context-defined content-types
-	 * (application's web.xml or servlet container's configuration), and fall
-	 * back to system or JVM-defined (FileNameMap) content types.
+	 * Sets the Content-Type header with servlet-context-defined content-types (application's
+	 * web.xml or servlet container's configuration), and fall back to system or JVM-defined
+	 * (FileNameMap) content types.
 	 * 
 	 * @param requestCycle
 	 * @param uri

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Session.java Mon Oct 15 13:18:27 2007
@@ -69,7 +69,7 @@
  * 
  * <li><b>Style </b>- Besides having an appearance based on locale, resources can also have
  * different looks in the same locale (a.k.a. "skins"). The style for a session determines the look
- * which is used within the appopriate locale. The session style ("skin") can be set with the
+ * which is used within the appropriate locale. The session style ("skin") can be set with the
  * setStyle() method.
  * 
  * <li><b>Resource Loading </b>- Based on the Session locale and style, searching for resources
@@ -91,7 +91,7 @@
  * typesafe properties specific to the application (see {@link Application} for details). To
  * discourage non-typesafe access to Session properties, no setProperty() or getProperty() method is
  * provided. In a clustered environment, you should take care to call the dirty() method when you
- * change a property or youre own. This way the session will be reset again in the http session so
+ * change a property on your own. This way the session will be reset again in the http session so
  * that the http session knows the session is changed.
  * 
  * <li><b>Class Resolver </b>- Sessions have a class resolver ( {@link IClassResolver})
@@ -613,7 +613,7 @@
 	 * allow ajax requests to same page and version.
 	 * 
 	 * @param lockedRequestCycle
-	 * @return whether current request is valid or sould be discarded
+	 * @return whether current request is valid or should be discarded
 	 */
 	protected boolean isCurrentRequestValid(RequestCycle lockedRequestCycle)
 	{
@@ -960,7 +960,7 @@
 	 * THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. DO NOT CALL IT.
 	 * <p>
 	 * Sets the client info object for this session. This will only work when
-	 * {@link #getClientInfo()} is not overriden.
+	 * {@link #getClientInfo()} is not overridden.
 	 * 
 	 * @param clientInfo
 	 *            the client info object

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java Mon Oct 15 13:18:27 2007
@@ -113,7 +113,7 @@
 	}
 
 	/**
-	 * @return an optional javacript expression that determines whether the request will actually
+	 * @return an optional javascript expression that determines whether the request will actually
 	 *         execute (in form of return XXX;);
 	 */
 	protected CharSequence getPreconditionScript()
@@ -148,7 +148,7 @@
 	 *            <code>function(params, onSuccessHandler, onFailureHandler</code>. Example:
 	 *            <code>wicketAjaxGet('callbackurl'</code>
 	 * 
-	 * @return script that peforms ajax callback to this behavior
+	 * @return script that performs ajax callback to this behavior
 	 */
 	protected CharSequence generateCallbackScript(final CharSequence partialCall)
 	{

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java Mon Oct 15 13:18:27 2007
@@ -22,8 +22,8 @@
 import org.apache.wicket.util.time.Duration;
 
 /**
- * An ajax behavior that is attached to a certain client-side (usually
- * javascript) event, such as onClick, onChange, onKeyDown, etc.
+ * An ajax behavior that is attached to a certain client-side (usually javascript) event, such as
+ * onClick, onChange, onKeyDown, etc.
  * <p>
  * Example:
  * 
@@ -37,9 +37,9 @@
  *         }
  * </pre>
  * 
- * This behavior will be linked to the onclick javascript event of the div
- * WebMarkupContainer represents, and so anytime a user clicks this div the
- * {@link #onEvent(AjaxRequestTarget)} of the behavior is invoked.
+ * This behavior will be linked to the onclick javascript event of the div WebMarkupContainer
+ * represents, and so anytime a user clicks this div the {@link #onEvent(AjaxRequestTarget)} of the
+ * behavior is invoked.
  * 
  * @since 1.2
  * 
@@ -75,14 +75,12 @@
 	}
 
 	/**
-	 * Sets the throttle delay for this behavior. Throttled behaviors only
-	 * execute once withing the given delay even though they are triggered
-	 * multiple times.
+	 * Sets the throttle delay for this behavior. Throttled behaviors only execute once within the
+	 * given delay even though they are triggered multiple times.
 	 * <p>
-	 * For example, this is useful when attaching this behavior to the
-	 * onkeypress event. It is not desirable to have an ajax call made every
-	 * time the user types so we throttle that call to a desirable delay, such
-	 * as once per second. This gives us a near real time ability to provide
+	 * For example, this is useful when attaching this behavior to the onkeypress event. It is not
+	 * desirable to have an ajax call made every time the user types so we throttle that call to a
+	 * desirable delay, such as once per second. This gives us a near real time ability to provide
 	 * feedback without overloading the server with ajax calls.
 	 * 
 	 * 
@@ -105,7 +103,7 @@
 		super.onComponentTag(tag);
 
 		// only add the event handler when the component is enabled.
-		if (this.getComponent().isEnabled())
+		if (getComponent().isEnabled())
 		{
 			tag.put(event, getEventHandler());
 		}

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/AjaxRequestTarget.java Mon Oct 15 13:18:27 2007
@@ -232,8 +232,8 @@
 	private final AjaxResponse encodingBodyResponse;
 
 	/**
-	 * Response for header contributon that will escape output to make it safe to use inside a CDATA
-	 * block
+	 * Response for header contribution that will escape output to make it safe to use inside a
+	 * CDATA block
 	 */
 	private final AjaxResponse encodingHeaderResponse;
 
@@ -648,7 +648,7 @@
 	{
 		/*
 		 * TODO Post 1.2: Ajax: we can improve this by keeping a buffer of at least 3 characters and
-		 * checking that buffer so that we can narrow down escaping occuring only for ']]>'
+		 * checking that buffer so that we can narrow down escaping occurring only for ']]>'
 		 * sequence, or at least for ]] if ] is the last char in this buffer.
 		 * 
 		 * but this improvement will only work if we write first and encode later instead of working

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormComponentUpdatingBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormComponentUpdatingBehavior.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormComponentUpdatingBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormComponentUpdatingBehavior.java Mon Oct 15 13:18:27 2007
@@ -27,7 +27,7 @@
 /**
  * A behavior that updates the hosting FormComponent via ajax when an event it is attached to is
  * triggered. This behavior encapsulates the entire form-processing workflow as relevant only to
- * this component so if validation is successfull the component's model will be updated according to
+ * this component so if validation is successful the component's model will be updated according to
  * the submitted value.
  * <p>
  * NOTE: This behavior does not support persisting form component values into cookie or other

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormSubmitBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormSubmitBehavior.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormSubmitBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/form/AjaxFormSubmitBehavior.java Mon Oct 15 13:18:27 2007
@@ -143,14 +143,15 @@
 	}
 
 	/**
-	 * Listener method that is invoked after the form has ben submitted and processed without errors
+	 * Listener method that is invoked after the form has been submitted and processed without
+	 * errors
 	 * 
 	 * @param target
 	 */
 	protected abstract void onSubmit(AjaxRequestTarget target);
 
 	/**
-	 * Listener method invoked when the form has been processed and errors occured
+	 * Listener method invoked when the form has been processed and errors occurred
 	 * 
 	 * @param target
 	 * 

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigationBehavior.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigationBehavior.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigationBehavior.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigationBehavior.java Mon Oct 15 13:18:27 2007
@@ -27,8 +27,8 @@
 import org.apache.wicket.markup.html.navigation.paging.IPageable;
 
 /**
- * Ajax behavior for the paging navigation links. This behavior can only have
- * one parent: the link it is attached to.
+ * Ajax behavior for the paging navigation links. This behavior can only have one parent: the link
+ * it is attached to.
  * 
  * @since 1.2
  * 
@@ -40,13 +40,13 @@
 	private static final long serialVersionUID = 1L;
 
 	/**
-	 * The ajaxian link that should recieve the event.
+	 * The ajaxian link that should receive the event.
 	 */
 	private final IAjaxLink owner;
 
 	/**
-	 * Attaches the navigation behavior to the owner link and drives the
-	 * pageable component. The behavior is attached to the markup event.
+	 * Attaches the navigation behavior to the owner link and drives the pageable component. The
+	 * behavior is attached to the markup event.
 	 * 
 	 * @param owner
 	 *            the owner ajax link
@@ -62,11 +62,10 @@
 	}
 
 	/**
-	 * The ajax event handler. This will execute the event, and update the
-	 * following components, when present: the navigator the owner link is part
-	 * of, or when the link is a stand alone component, the link itself. Also
-	 * the pageable's parent markup container is updated, so its contents can be
-	 * replaced with the newly generated pageable.
+	 * The ajax event handler. This will execute the event, and update the following components,
+	 * when present: the navigator the owner link is part of, or when the link is a stand alone
+	 * component, the link itself. Also the pageable's parent markup container is updated, so its
+	 * contents can be replaced with the newly generated pageable.
 	 * 
 	 * @see org.apache.wicket.ajax.AjaxEventBehavior#onEvent(org.apache.wicket.ajax.AjaxRequestTarget)
 	 */
@@ -81,12 +80,12 @@
 		if (navigator == null)
 		{
 			throw new WicketRuntimeException(
-					"Unable to find AjaxPagingNavigator component in hierarchy starting from "
-							+ owner);
+					"Unable to find AjaxPagingNavigator component in hierarchy starting from " +
+							owner);
 		}
 
 		// tell the PagingNavigator to update the IPageable
-		navigator.onAjaxEvent(target);		
+		navigator.onAjaxEvent(target);
 	}
 
 	/**

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.java Mon Oct 15 13:18:27 2007
@@ -27,15 +27,14 @@
 import org.apache.wicket.markup.repeater.AbstractRepeater;
 
 /**
- * A Wicket panel component to draw and maintain a complete page navigator,
- * meant to be easily added to any PageableListView. A navigation which contains
- * links to the first and last page, the current page +- some increment and
- * which supports paged navigation bars (@see
+ * A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added
+ * to any PageableListView. A navigation which contains links to the first and last page, the
+ * current page +- some increment and which supports paged navigation bars (@see
  * PageableListViewNavigationWithMargin).
  * <p>
- * <strong>NOTE</strong> To use the, you <i>have</i> to put your listview in a
- * webmarkupcontainer, otherwise it is not possible to update the contents of
- * the listview using Ajax.
+ * <strong>NOTE</strong> To use the <code>AjaxPagingNavigator</code>, you <i>have</i> to put
+ * your <code>ListView</code> in a <code>WebMarkupContainer</code>, otherwise it is not
+ * possible to update the contents of the listview using Ajax.
  * 
  * @since 1.2
  * 
@@ -80,8 +79,8 @@
 	}
 
 	/**
-	 * Create a new increment link. May be subclassed to make use of specialized
-	 * links, e.g. Ajaxian links.
+	 * Create a new increment link. May be subclassed to make use of specialized links, e.g. Ajaxian
+	 * links.
 	 * 
 	 * @param id
 	 *            the link id
@@ -97,8 +96,8 @@
 	}
 
 	/**
-	 * Create a new pagenumber link. May be subclassed to make use of
-	 * specialized links, e.g. Ajaxian links.
+	 * Create a new pagenumber link. May be subclassed to make use of specialized links, e.g.
+	 * Ajaxian links.
 	 * 
 	 * @param id
 	 *            the link id
@@ -114,8 +113,7 @@
 	}
 
 	/**
-	 * Create a new PagingNavigation. May be subclassed to make us of
-	 * specialized PagingNavigation.
+	 * Create a new PagingNavigation. May be subclassed to make us of specialized PagingNavigation.
 	 * 
 	 * @param pageable
 	 *            the pageable component
@@ -130,14 +128,13 @@
 	}
 
 	/**
-	 * Override this method to specify the markup container where your IPageable
-	 * is part of. This implementation is a default implementation that tries to
-	 * find a parent markup container and update that container. This is
-	 * necessary as ListViews can't be updated themselves.
+	 * Override this method to specify the markup container where your IPageable is part of. This
+	 * implementation is a default implementation that tries to find a parent markup container and
+	 * update that container. This is necessary as ListViews can't be updated themselves.
 	 * 
 	 * @param target
-	 *            the request target to add the components that need to be
-	 *            updated in the ajax event.
+	 *            the request target to add the components that need to be updated in the ajax
+	 *            event.
 	 */
 	protected void onAjaxEvent(AjaxRequestTarget target)
 	{

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java?rev=584893&r1=584892&r2=584893&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/application/DefaultClassResolver.java Mon Oct 15 13:18:27 2007
@@ -31,9 +31,9 @@
 public final class DefaultClassResolver implements IClassResolver
 {
 	/**
-	 * Usually class loaders implement more efficent caching strategies than we
-	 * could possibly do, but we experienced synchronization issue resulting in
-	 * stack traces like: java.lang.LinkageError: duplicate class definition:
+	 * Usually class loaders implement more efficient caching strategies than we could possibly do,
+	 * but we experienced synchronization issue resulting in stack traces like:
+	 * java.lang.LinkageError: duplicate class definition:
 	 * 
 	 * <pre>
 	 *    wicket/examples/repeater/RepeatingPage at java.lang.ClassLoader.defineClass1(Native Method)