You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/07/03 23:58:25 UTC

svn commit: r673833 [1/18] - in /myfaces/tomahawk/trunk: core/src/main/java/org/apache/myfaces/component/ core/src/main/java/org/apache/myfaces/component/html/ext/ core/src/main/java/org/apache/myfaces/component/html/util/ core/src/main/java/org/apache...

Author: skitching
Date: Thu Jul  3 14:58:05 2008
New Revision: 673833

URL: http://svn.apache.org/viewvc?rev=673833&view=rev
Log:
Tabs to spaces only

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/NewspaperTable.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/UserRoleUtils.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/BaseSortableModel.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/HtmlDataTableHack.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/SortableModel.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ExtensionsFilter.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ParameterResourceHandler.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingAddResource.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceHandler.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceLoader.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/CAPTCHARenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/util/CAPTCHAConstants.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/util/CAPTCHAImageGenerator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/util/CAPTCHAResponseStream.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/util/CAPTCHATextGenerator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/captcha/util/ColorGenerator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/column/AbstractHtmlSimpleColumn.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/creditcardvalidator/AbstractCreditCardValidator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/datalist/AbstractHtmlDataList.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/datascroller/HtmlDataScrollerRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/datascroller/ScrollerActionEvent.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/date/AbstractHtmlInputDate.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/date/HtmlDateRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocument.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/AbstractDocumentRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/Document.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/DocumentBodyRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/DocumentHead.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/DocumentHeadRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/document/DocumentRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/emailvalidator/EmailValidator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/equalvalidator/AbstractEqualValidator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/AbstractHtmlInputFileUpload.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/UploadedFileDefaultFileImpl.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/fileupload/UploadedFileDefaultMemoryImpl.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtml.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/jslistener/JsValueChangeListenerRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/navmenu/htmlnavmenu/AbstractHtmlPanelNavigationMenu.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/regexprvalidator/AbstractRegExprValidator.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/savestate/UISaveState.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/AbstractCompactScheduleRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/AbstractScheduleRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/AbstractUIScheduleBase.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/DefaultScheduleEntryRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/ScheduleCompactMonthRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/ScheduleDetailedDayRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/ScheduleEntryRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/ScheduleMouseEvent.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/AbstractScheduleModel.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/Day.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/DefaultScheduleEntry.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/HalfHourInterval.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/Interval.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/model/ScheduleDay.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/schedule/util/ScheduleUtil.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/selectOneCountry/AbstractSelectOneCountry.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/selectOneCountry/SelectOneCountryRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/selectOneLanguage/AbstractSelectOneLanguage.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/selectOneLanguage/SelectOneLanguageRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/selectitems/AbstractUISelectItems.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/subform/AbstractSubForm.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/subform/SubFormRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tabbedpane/HtmlTabbedPaneRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tree2/TreeModelBase.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tree2/TreeNodeChecked.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/dateformat/DateFormatSymbols.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/dateformat/ParserContext.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/dateformat/SimpleDateFormatter.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/dateformat/WeekDate.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlButtonRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlGroupRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlImageRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/jsf/ExtendedHtmlButtonRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/jsf/ExtendedHtmlLinkRenderer.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResource.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AutoScrollPhaseListener.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/DefaultResourceProvider.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/ExtensionsPhaseListener.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/MyFacesResourceLoader.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/NonBufferingAddResource.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/ReducedHTMLParser.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/ResourceLoader.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/ResourcePosition.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/ResourceProvider.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlDataTableTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlPanelGridTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlPanelGroupTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectBooleanCheckboxTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectManyCheckboxTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectManyListboxTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectManyMenuTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectOneListboxTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectOneMenuTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/taglib/html/ext/HtmlSelectOneRadioTag.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/tomahawk/util/ExternalContextUtils.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/tomahawk/util/RequestType.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/ExtensionsResponseWrapper.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/MultipartRequestWrapper.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/TomahawkFacesContextWrapper.java
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/WelcomeFileFilter.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/date/UserDataTest.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/savestate/SaveStateTestBean.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/savestate/UISaveStateTest.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/Movie.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/selectitems/UISelectItemsTest.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/custom/tree2/UITreeDataTest.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/dateformat/TestSimpleDateFormatter.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java
    myfaces/tomahawk/trunk/core/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java
    myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java
    myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/savestate/UISaveState.java
    myfaces/tomahawk/trunk/core12/src/main/java/org/apache/myfaces/custom/updateactionlistener/UpdateActionListenerTag.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/EnvironmentInfo.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/captcha/CaptchaBean.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/collapsiblepanel/Person.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/displayValueOnly/DVOFace.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/inputhtmlexample/EditorFace.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/jslistener/JsListenerModel.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/DataScrollerActionListener.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/DataScrollerList.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/OpenDataList.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/PagedSortableCarList.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCity.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountry.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryForm.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleCountryList.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/listexample/SimpleGroupByList.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/misc/OptionsForm.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/selectitems/SelectItemsBean.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/testexception/FakesServletException.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/testexception/TestException.java
    myfaces/tomahawk/trunk/examples/simple/src/main/java/org/apache/myfaces/examples/validate/ValidateForm.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/DoubleConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/FloatConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/IntegerConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/LongConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/convert/ex/ShortConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ajaxchildcombobox/HtmlAjaxChildComboBoxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/autoupdatedatatable/AbstractAutoUpdateDataTable.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/common/CVCall.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/common/CVCallsHolder.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/common/CVUtils.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/common/ClientConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/common/ClientValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/validationscript/ValidationScript.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/clientvalidation/validationscript/ValidationScriptRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/comparetovalidator/AbstractCompareToValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/AbstractConversationActionListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/AbstractConversationComponent.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/Conversation.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationBeanElevator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationExternalContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationManager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationMessager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationRequestParameterProvider.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationServletFilter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationUtils.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ConversationVariableResolver.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/DefaultConversationBeanElevator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/DefaultConversationMessager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/EndConversationMethodBindingFacade.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/FakeMap.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/PersistenceManager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/PersistenceManagerFactory.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/SpringConversationScope.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/UIConversation.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/UIEndConversation.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/UIEnsureConversation.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/UISeparateConversationContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/UIStartConversation.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/ValueBindingKey.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertNumber/TypedNumberConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertStringUtils/StringUtilsConverter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/csvvalidator/AbstractCSVValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dialog/AbstractModalDialog.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dialog/ModalDialogRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojoaddresource/DojoAddResource.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dynamicResources/ResourceRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dynamicResources/SimpleResourceContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/effect/EffectRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/util/ExcelExporterUtil.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/util/ExporterConstants.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/fieldset/AbstractFieldset.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/fieldset/FieldsetRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/fisheye/HtmlFishEyeNavigationMenuRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/focus/AbstractHtmlFocus.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/focus/HtmlFocusRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/form/HtmlFormRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/GraphicImageDynamic.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/GraphicImageDynamicRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/ImageRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/util/GraphicImageDynamicConstants.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/util/GraphicsImageDynamicHelper.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/util/ImageRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/util/ImageResponseStream.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/graphicimagedynamic/util/SimpleImageContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ifmessage/AbstractIfMessage.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/isbnvalidator/ISBNValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/loadbundle/AbstractLoadBundle.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/media/MediaRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/media/util/MediaUtil.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/AbstractPasswordStrengthComponent.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/PasswordStrengthRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/TextIndicatorType.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/ppr/PPRFacesContextWrapper.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/FacesContextWrapper.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerExternalContextWrapper.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerManager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerNavigationHandler.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerPhaseListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerPolicy.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/RedirectTrackerVariableResolver.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/policy/FullRedirectTrackPolicy.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/policy/MessagesRedirectTrackPolicy.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/redirectTracker/policy/NoopRedirectTrackPolicy.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/requestParameterProvider/RequestParameterProviderManager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/requestParameterProvider/RequestParameterServletFilter.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/scope/AfterScopePhaseListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/script/AbstractScript.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/script/ScriptRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/security/SecurityContext.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/security/SecurityContextImpl.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/security/SecurityContextPropertyResolver.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/security/SecurityContextVariableResolver.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/subform/AbstractSubForm.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/subform/SubFormRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/submitOnEvent/SubmitOnEventRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/suggestajax/SuggestAjaxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/suggestajax/inputsuggestajax/AbstractInputSuggestAjax.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/suggestajax/tablesuggestajax/TableSuggestAjaxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/timednotifier/TimedNotifierRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/toggle/ToggleGroupRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/toggle/ToggleLinkRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/toggle/TogglePanelRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/urlvalidator/AbstractUrlValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/util/ComponentUtils.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/RestoreStateCommand.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/ValueChangeCollector.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/ValueChangeManager.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/ValueChangeNotifierTag.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/ValueChangePhaseListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlButtonExRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlFormRenderer.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/validator/ex/DoubleRangeValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/validator/ex/LengthValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/validator/ex/LongRangeValidator.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/convertNumber/TypedNumberConverterTest.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/security/SecurityContextPropertyResolverTest.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/security/SecurityContextVariableResolverTest.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/security/TestSecurityContextImpl.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/util/ComponentUtilsTest.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/test/AbstractTagLibTestCase.java
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/test/MyFacesTagLibTestCase.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/ajaxchildcombobox/HtmlAjaxChildComboBoxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/UIConversation.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/UIEndConversation.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/UIEnsureConversation.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/UISeparateConversationContext.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/UIStartConversation.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/suggestajax/SuggestAjaxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/suggestajax/inputsuggestajax/AbstractInputSuggestAjax.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxRenderer.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/toggle/ToggleLinkRenderer.java
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/valueChangeNotifier/ValueChangeNotifierTag.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/NumberHolder.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/RequestTrackerRedirectBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/clientvalidation/Customer.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/clientvalidation/CustomerCreateBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/conversation/ConvData.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/conversation/SpringWizardController.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/conversation/WizardController.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/conversation/WizardData.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/convertStringUtils/ConvertStringUtilsBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/debug/DebugPhaseListener.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/exporter/ExporterBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/fisheye/FishEyeHandler.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/graphicImageDynamic/GraphicImageDynamicBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/graphicImageDynamic/GraphicImageDynamicTextBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/graphicImageDynamic/UploadedImageRenderer.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/inputSuggestAjax/InputSuggestAjaxBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/outputLinkDynamic/OutputLinkDynamicBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/outputLinkDynamic/UploadedFileRenderer.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/passwordStrength/PasswordStrengthBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/ppr/PPRExampleBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/ppr/PPRScrollerExampleBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/toggle/ToggleBean.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/validate/ValidateForm.java
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/valueChangeNotifier/NotifierBean.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/converter/enumeration/EnumConverter.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/annot/jsf/Converter.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/annot/ui/DataProvider.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/annot/ui/ReadOnly.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/annot/ui/Temporal.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/annot/ui/UIComponent.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaConfig.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaConfigTag.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaConfigs.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaConfigsTag.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaForm.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaFormRenderer.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/component/dynaForm/DynaFormTag.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/ComponentEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/GuiBuilder.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/Slipstream.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilder.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilderDecorator.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilderFactory.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/JsfGuiElementBuilder.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/NewComponentListener.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/jsf/ValueBindingDataSourceAdapter.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/myfaces/MyFacesCheck.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/guiBuilder/impl/myfaces/SuggestSelectListMethodWrapper.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/jsfext/ComponentUtils.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/jsfext/UIComponentTagUtils.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/ConditionEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/DefaultValueMap.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/DynaFormException.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/MatchModeEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/NullObject.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/ObjectSerializationConverter.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/OrderDirectionEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/SelectionSourceEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/SelectionTypeEnum.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/lib/ViewType.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/Extractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/FieldInterface.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/MetaData.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/MetaDataInterface.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/RelationType.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/Selection.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/BcelHelper.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/ClassHelper.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/ClassHelperFactory.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/EjbExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/ejb/JavaHelper.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/hibernate/HibernateExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/jsf/AbstractJsfExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/jsf/JsfExclusiveExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/jsf/JsfExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/impl/jsf/JsfRequestFieldExtractor.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/metadata/utils/TypeInfos.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/uri/FacesUriResolver.java
    myfaces/tomahawk/trunk/sandbox15/core/src/main/java/org/apache/myfaces/custom/dynaForm/uri/UriResolver.java
    myfaces/tomahawk/trunk/sandbox15/examples/src/main/java/org/apache/myfaces/examples/dynaForm/SimpleBeanBacking.java
    myfaces/tomahawk/trunk/sandbox15/examples/src/main/java/org/apache/myfaces/examples/dynaForm/lib/Person.java
    myfaces/tomahawk/trunk/sandbox15/examples/src/main/java/org/apache/myfaces/examples/dynaForm/lib/PersonProvider.java
    myfaces/tomahawk/trunk/sandbox15/examples/src/main/java/org/apache/myfaces/examples/dynaForm/lib/PersonRelation.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/NewspaperTable.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/NewspaperTable.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/NewspaperTable.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/NewspaperTable.java Thu Jul  3 14:58:05 2008
@@ -28,7 +28,7 @@
  */
 
 public interface NewspaperTable {
-	public static final String NEWSPAPER_HORIZONTAL_ORIENTATION = "horizontal";
+    public static final String NEWSPAPER_HORIZONTAL_ORIENTATION = "horizontal";
     public int getNewspaperColumns();
     public UIComponent getSpacer();
     public String getNewspaperOrientation();

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/UserRoleUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/UserRoleUtils.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/UserRoleUtils.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/UserRoleUtils.java Thu Jul  3 14:58:05 2008
@@ -30,13 +30,13 @@
 {
     //private static final Log log = LogFactory.getLog(UserRoleUtils.class);
 
-	/**
-	 * Constructor (private one)
-	 */
-	private UserRoleUtils(){
-		
-	}
-	
+    /**
+     * Constructor (private one)
+     */
+    private UserRoleUtils(){
+        
+    }
+    
     /**
      * Gets the comma separated list of visibility user roles from the given component
      * and checks if current user is in one of these roles.

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlDataTable.java Thu Jul  3 14:58:05 2008
@@ -86,13 +86,13 @@
 
     private static final boolean DEFAULT_SORTASCENDING = true;
     private static final boolean DEFAULT_SORTABLE = false;
-	private static final boolean DEFAULT_EMBEDDED = false;
-	private static final boolean DEFAULT_DETAILSTAMP_EXPANDED = false;
-	private static final Class OBJECT_ARRAY_CLASS = (new Object[0]).getClass();
+    private static final boolean DEFAULT_EMBEDDED = false;
+    private static final boolean DEFAULT_DETAILSTAMP_EXPANDED = false;
+    private static final Class OBJECT_ARRAY_CLASS = (new Object[0]).getClass();
 
     private static final Integer DEFAULT_NEWSPAPER_COLUMNS = new Integer(1);
     private static final String DEFAULT_NEWSPAPER_ORIENTATION = "vertical";
-	private static final String DEFAULT_DETAILSTAMP_LOCATION = "after";
+    private static final String DEFAULT_DETAILSTAMP_LOCATION = "after";
 
     /**
      * the property names
@@ -1153,7 +1153,7 @@
      * @JSFProperty
      *   defaultValue="false"
      */
-	public abstract boolean isEmbedded();
+    public abstract boolean isEmbedded();
 
     /**
      * true|false - true if the detailStamp should be expanded by default. default: false
@@ -1161,7 +1161,7 @@
      * @JSFProperty
      *   defaultValue="false"
      */
-	public abstract boolean isDetailStampExpandedDefault();
+    public abstract boolean isDetailStampExpandedDefault();
 
     /**
      * before|after - where to render the detailStamp, before the 
@@ -1170,7 +1170,7 @@
      * @JSFProperty
      *   defaultValue="after"
      */
-	public abstract String getDetailStampLocation();
+    public abstract String getDetailStampLocation();
 
     /**
      * Defines a JavaScript onmouseover event handler for each table row
@@ -1228,21 +1228,21 @@
      */
     public String getRowStyleClass()
     {
-	if (_rowStyleClass != null)
-	    return _rowStyleClass;
+    if (_rowStyleClass != null)
+        return _rowStyleClass;
 
-	// TODO: temporarily support fully-qualified ext. dataTable attribute names.
-	ValueBinding vb = getValueBinding("org.apache.myfaces.dataTable.ROW_STYLECLASS");
-	if (vb != null)
-	    log.warn("org.apache.myfaces.dataTable.ROW_STYLECLASS is deprecated. Please use rowStyleClass instead.");
-	else
-	    vb = getValueBinding(JSFAttr.ROW_STYLECLASS_ATTR);
-	if(vb == null)
-	    return null;
-	String bindingValue = (String) vb.getValue(getFacesContext());
-	if(bindingValue == "")
-	    return null;  // Fix for JSF 1.2 EL coercing nulls to empty string
-	return bindingValue;
+    // TODO: temporarily support fully-qualified ext. dataTable attribute names.
+    ValueBinding vb = getValueBinding("org.apache.myfaces.dataTable.ROW_STYLECLASS");
+    if (vb != null)
+        log.warn("org.apache.myfaces.dataTable.ROW_STYLECLASS is deprecated. Please use rowStyleClass instead.");
+    else
+        vb = getValueBinding(JSFAttr.ROW_STYLECLASS_ATTR);
+    if(vb == null)
+        return null;
+    String bindingValue = (String) vb.getValue(getFacesContext());
+    if(bindingValue == "")
+        return null;  // Fix for JSF 1.2 EL coercing nulls to empty string
+    return bindingValue;
     }
 
     public void setRowStyleClass(String rowStyleClass)
@@ -1260,18 +1260,18 @@
         if (_rowStyle != null)
             return _rowStyle;
 
-	// TODO: temporarily support fully-qualified ext. dataTable attribute names.
+    // TODO: temporarily support fully-qualified ext. dataTable attribute names.
         ValueBinding vb = getValueBinding("org.apache.myfaces.dataTable.ROW_STYLE");
-	if (vb != null)
-	    log.warn("org.apache.myfaces.dataTable.ROW_STYLE is deprecated. Please use rowStyle instead.");
-	else
-	    vb = getValueBinding(JSFAttr.ROW_STYLE_ATTR);
-	if(vb == null)
-	    return null;
-	String bindingValue = (String) vb.getValue(getFacesContext());
-	if(bindingValue == "")
-	    return null;  // Fix for JSF 1.2 EL coercing nulls to empty string
-	return bindingValue;
+    if (vb != null)
+        log.warn("org.apache.myfaces.dataTable.ROW_STYLE is deprecated. Please use rowStyle instead.");
+    else
+        vb = getValueBinding(JSFAttr.ROW_STYLE_ATTR);
+    if(vb == null)
+        return null;
+    String bindingValue = (String) vb.getValue(getFacesContext());
+    if(bindingValue == "")
+        return null;  // Fix for JSF 1.2 EL coercing nulls to empty string
+    return bindingValue;
     }
 
     public void setRowStyle(String rowStyle)
@@ -1327,13 +1327,13 @@
 
     public boolean isCurrentDetailExpanded()
     {
-		Boolean expanded = (Boolean) _expandedNodes.get(new Integer(getRowIndex()));
-		if (expanded != null)
-		{
-			return expanded.booleanValue();
-		}
+        Boolean expanded = (Boolean) _expandedNodes.get(new Integer(getRowIndex()));
+        if (expanded != null)
+        {
+            return expanded.booleanValue();
+        }
 
-		return isDetailStampExpandedDefault();
+        return isDetailStampExpandedDefault();
     }
 
     public void setVarDetailToggler(String varDetailToggler)
@@ -1398,38 +1398,38 @@
     {
         Integer rowIndex = new Integer(getRowIndex());
 
-		// get the current expanded state of the row
-		boolean expanded = isDetailExpanded();
-		if (expanded)
-        {
-			// toggle to "collapsed"
-
-			if (isDetailStampExpandedDefault())
-			{
-				// if default is expanded we have to override with FALSE here
-				_expandedNodes.put(rowIndex, Boolean.FALSE);
-			}
-			else
-			{
-				// if default is collapsed we can fallback to this default
-				_expandedNodes.remove(rowIndex);
-			}
-		}
+        // get the current expanded state of the row
+        boolean expanded = isDetailExpanded();
+        if (expanded)
+        {
+            // toggle to "collapsed"
+
+            if (isDetailStampExpandedDefault())
+            {
+                // if default is expanded we have to override with FALSE here
+                _expandedNodes.put(rowIndex, Boolean.FALSE);
+            }
+            else
+            {
+                // if default is collapsed we can fallback to this default
+                _expandedNodes.remove(rowIndex);
+            }
+        }
         else
         {
-			// toggle to "expanded"
+            // toggle to "expanded"
 
-			if (isDetailStampExpandedDefault())
-			{
-				// if default is expanded we can fallback to this default
-				_expandedNodes.remove(rowIndex);
-			}
-			else
-			{
-				// if default is collapsed we have to override with TRUE
-				_expandedNodes.put(rowIndex, Boolean.TRUE);
-			}
-		}
+            if (isDetailStampExpandedDefault())
+            {
+                // if default is expanded we can fallback to this default
+                _expandedNodes.remove(rowIndex);
+            }
+            else
+            {
+                // if default is collapsed we have to override with TRUE
+                _expandedNodes.put(rowIndex, Boolean.TRUE);
+            }
+        }
     }
 
     /**
@@ -1442,13 +1442,13 @@
         Integer rowIndex = new Integer(getRowIndex());
 
         Boolean expanded = (Boolean) _expandedNodes.get(rowIndex);
-		if (expanded == null)
-		{
-			return isDetailStampExpandedDefault();
-		}
+        if (expanded == null)
+        {
+            return isDetailStampExpandedDefault();
+        }
 
-		return expanded.booleanValue();
-	}
+        return expanded.booleanValue();
+    }
 
     public int getSortColumnIndex()
     {
@@ -1480,7 +1480,7 @@
      * @JSFProperty
      *   defaultValue = "vertical"
      */
-	public abstract String getNewspaperOrientation();
+    public abstract String getNewspaperOrientation();
 
     /**
      * Gets the spacer facet, between each pair of newspaper columns.

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/AbstractHtmlSelectOneRadio.java Thu Jul  3 14:58:05 2008
@@ -119,19 +119,19 @@
             if (isRequired() && empty)
             {
               //Only add this message once, not for every radio button in set
-            	String clientId = this.getClientId(context);
-            	Iterator messages = context.getMessages(clientId);
-            	boolean messageExists = messages.hasNext();
-
-            	if(!messageExists)
-            	{
-            		//Add message
-            		FacesMessage message = MessageUtils.getMessage(REQUIRED_MESSAGE_ID, new Object[]{clientId});
-            		message.setSeverity(FacesMessage.SEVERITY_WARN);
-            		context.addMessage(clientId, message);
+                String clientId = this.getClientId(context);
+                Iterator messages = context.getMessages(clientId);
+                boolean messageExists = messages.hasNext();
+
+                if(!messageExists)
+                {
+                    //Add message
+                    FacesMessage message = MessageUtils.getMessage(REQUIRED_MESSAGE_ID, new Object[]{clientId});
+                    message.setSeverity(FacesMessage.SEVERITY_WARN);
+                    context.addMessage(clientId, message);
 
                     setValid(false);
-            	}
+                }
                 return;
             }
 

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/BaseSortableModel.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/BaseSortableModel.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/BaseSortableModel.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/BaseSortableModel.java Thu Jul  3 14:58:05 2008
@@ -53,15 +53,15 @@
     
 
     public Comparator getComparator() {
-		return _comparator;
-	}
+        return _comparator;
+    }
 
-	public void setComparator(Comparator comparator) {
-		this._comparator = comparator;
-		sort();
-	}
+    public void setComparator(Comparator comparator) {
+        this._comparator = comparator;
+        sort();
+    }
 
-	/**
+    /**
      * Create a new SortableModel from the given instance.
      * @param model This will be converted into a {@link DataModel}
      * @see #setWrappedData
@@ -175,7 +175,7 @@
         {
             // restore unsorted order:
             _baseIndicesList = _sortedIndicesList = null;
-        	return;
+            return;
         } 
         
         //TODO: support -1 for rowCount:
@@ -204,7 +204,7 @@
         _model.setRowIndex(rowIndex);
     }
     
-	private int _toSortedIndex(int baseIndex) 
+    private int _toSortedIndex(int baseIndex) 
     {
         if ((_sortedIndicesList == null) && (_baseIndicesList != null)) 
         {
@@ -253,25 +253,25 @@
     
     protected static class RowDataComparator implements Comparator
     {
-		private Comparator dataComparator = null;
-		private DataModel dataModel = null;
-		
-		public RowDataComparator(Comparator comparator, DataModel model)
-		{
-			this.dataComparator = comparator;
-			this.dataModel = model;
-		}
-		
-		public int compare(Object arg1, Object arg2) {
-			Integer r1 = (Integer)arg1;
-			Integer r2 = (Integer)arg2;
-			dataModel.setRowIndex(r1.intValue());
-	        Object rowData1 = dataModel.getRowData();
-	        dataModel.setRowIndex(r2.intValue());
-	        Object rowData2 = dataModel.getRowData();
-	        
-	        return dataComparator.compare(rowData1, rowData2);
-		}
+        private Comparator dataComparator = null;
+        private DataModel dataModel = null;
+        
+        public RowDataComparator(Comparator comparator, DataModel model)
+        {
+            this.dataComparator = comparator;
+            this.dataModel = model;
+        }
+        
+        public int compare(Object arg1, Object arg2) {
+            Integer r1 = (Integer)arg1;
+            Integer r2 = (Integer)arg2;
+            dataModel.setRowIndex(r1.intValue());
+            Object rowData1 = dataModel.getRowData();
+            dataModel.setRowIndex(r2.intValue());
+            Object rowData2 = dataModel.getRowData();
+            
+            return dataComparator.compare(rowData1, rowData2);
+        }
     }
     
     private static final DataModel EMPTY_DATA_MODEL = new _SerializableDataModel()

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/HtmlDataTableHack.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/HtmlDataTableHack.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/HtmlDataTableHack.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/HtmlDataTableHack.java Thu Jul  3 14:58:05 2008
@@ -185,7 +185,7 @@
             _dataModelMap.clear();
             if (!isPreserveRowStates())
             {
-            	_rowStates.clear();
+                _rowStates.clear();
             }
         }
         super.encodeBegin(context);
@@ -655,7 +655,7 @@
      */
     public void clearRowStates()
     {
-    	_rowStates.clear();
+        _rowStates.clear();
     }
     
     /**
@@ -664,37 +664,37 @@
      */
     public void deleteRowStateForRow(int deletedIndex)
     {
-    	// save row index
-    	int savedRowIndex = getRowIndex();
-    	
-    	FacesContext facesContext = FacesContext.getCurrentInstance();
-     	setRowIndex(deletedIndex);
-    	String currentRowStateKey = getClientId(facesContext);
-
-    	// copy next rowstate to current row for each row from deleted row onward.
-    	int rowCount = getRowCount();
-    	for (int index = deletedIndex + 1; index < rowCount; ++index)
-    	{
-        	setRowIndex(index);
-        	String nextRowStateKey = getClientId(facesContext);
+        // save row index
+        int savedRowIndex = getRowIndex();
+        
+        FacesContext facesContext = FacesContext.getCurrentInstance();
+         setRowIndex(deletedIndex);
+        String currentRowStateKey = getClientId(facesContext);
+
+        // copy next rowstate to current row for each row from deleted row onward.
+        int rowCount = getRowCount();
+        for (int index = deletedIndex + 1; index < rowCount; ++index)
+        {
+            setRowIndex(index);
+            String nextRowStateKey = getClientId(facesContext);
 
             Object nextRowState = _rowStates.get(nextRowStateKey);
             if (nextRowState == null)
             {
-            	_rowStates.remove(currentRowStateKey);
+                _rowStates.remove(currentRowStateKey);
             }
             else
             {
-            	_rowStates.put(currentRowStateKey, nextRowState);
+                _rowStates.put(currentRowStateKey, nextRowState);
             }
-        	currentRowStateKey = nextRowStateKey;
-    	}
+            currentRowStateKey = nextRowStateKey;
+        }
 
-    	// Remove last row
-    	_rowStates.remove(currentRowStateKey);
+        // Remove last row
+        _rowStates.remove(currentRowStateKey);
 
-    	// restore saved row index
-    	setRowIndex(savedRowIndex);
+        // restore saved row index
+        setRowIndex(savedRowIndex);
     }
     
 }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/SortableModel.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/SortableModel.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/SortableModel.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/SortableModel.java Thu Jul  3 14:58:05 2008
@@ -98,7 +98,7 @@
                 return false;
             }
             catch (Exception e) {
-            	log.warn(e);
+                log.warn(e);
                 return false;
             }
         } 
@@ -170,11 +170,11 @@
             Object value1 = null;
             Object value2 = null;
             try {
-            	value1 = PropertyUtils.getProperty(o1,_prop);  
-            	value2 = PropertyUtils.getProperty(o2,_prop);  
+                value1 = PropertyUtils.getProperty(o1,_prop);  
+                value2 = PropertyUtils.getProperty(o2,_prop);  
             }
-            catch (Exception exc) {	
-            	log.error(exc);
+            catch (Exception exc) {    
+                log.error(exc);
             }
                                     
             if (value1 == null)
@@ -189,11 +189,11 @@
             // So test before we cast:
             
             if (value1 instanceof String) {
-            	//if the object is a String we best compare locale-sesitive
-            	CollationKey collationKey1 = getCollationKey((String)value1);
-            	CollationKey collationKey2 = getCollationKey((String)value2);
-            	
-            	return collationKey1.compareTo(collationKey2);
+                //if the object is a String we best compare locale-sesitive
+                CollationKey collationKey1 = getCollationKey((String)value1);
+                CollationKey collationKey2 = getCollationKey((String)value2);
+                
+                return collationKey1.compareTo(collationKey2);
             }
             else if (value1 instanceof Comparable) 
             {
@@ -208,13 +208,13 @@
         }         
         
         private CollationKey getCollationKey(String propertyValue) {
-        	CollationKey key = (CollationKey)_collationKeys.get(propertyValue);
-        	if (key == null) {
-        		key = _collator.getCollationKey(propertyValue);
-        		_collationKeys.put(propertyValue, key);
-        	}
-        		
-        	return key;
+            CollationKey key = (CollationKey)_collationKeys.get(propertyValue);
+            if (key == null) {
+                key = _collator.getCollationKey(propertyValue);
+                _collationKeys.put(propertyValue, key);
+            }
+                
+            return key;
         }
     }
     /**

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ExtensionsFilter.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ExtensionsFilter.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ExtensionsFilter.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ExtensionsFilter.java Thu Jul  3 14:58:05 2008
@@ -30,10 +30,10 @@
  */
 public class ExtensionsFilter extends org.apache.myfaces.webapp.filter.ExtensionsFilter
 {
-	private final static Log log = LogFactory.getLog(ExtensionsFilter.class);
-	
-	public ExtensionsFilter()
-	{
-		log.warn("Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter");
-	}
+    private final static Log log = LogFactory.getLog(ExtensionsFilter.class);
+    
+    public ExtensionsFilter()
+    {
+        log.warn("Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter");
+    }
 }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ParameterResourceHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ParameterResourceHandler.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ParameterResourceHandler.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/ParameterResourceHandler.java Thu Jul  3 14:58:05 2008
@@ -72,26 +72,26 @@
                 Map.Entry entry = (Map.Entry) iter.next();
                 sb.append(entry.getKey());
                 sb.append("=");
-				if (entry.getValue() != null)
-				{
-					try
-					{
-						// encode the value to make it safe to be passed through the url
-						// the best we can do here is to use the same encoding than the response writer
-						String encoding = context.getResponseWriter().getCharacterEncoding();
-						if (encoding == null)
-						{
-							// or fallback to UTF-8 (which makes the most sense)
-							encoding = "UTF-8";
-						}
-						sb.append(URLEncoder.encode(entry.getValue().toString(), encoding));
-					}
-					catch (UnsupportedEncodingException e)
-					{
-						throw new FacesException(e);
-					}
-				}
-				if (iter.hasNext())
+                if (entry.getValue() != null)
+                {
+                    try
+                    {
+                        // encode the value to make it safe to be passed through the url
+                        // the best we can do here is to use the same encoding than the response writer
+                        String encoding = context.getResponseWriter().getCharacterEncoding();
+                        if (encoding == null)
+                        {
+                            // or fallback to UTF-8 (which makes the most sense)
+                            encoding = "UTF-8";
+                        }
+                        sb.append(URLEncoder.encode(entry.getValue().toString(), encoding));
+                    }
+                    catch (UnsupportedEncodingException e)
+                    {
+                        throw new FacesException(e);
+                    }
+                }
+                if (iter.hasNext())
                 {
                     sb.append("&");
                 }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingAddResource.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingAddResource.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingAddResource.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingAddResource.java Thu Jul  3 14:58:05 2008
@@ -106,7 +106,7 @@
     private static final String PATH_SEPARATOR = "/";
 
     protected static final Log log = LogFactory.getLog(StreamingAddResource.class);
-	protected static final Log logSend = LogFactory.getLog(StreamingAddResource.class.getName() + ".SEND");
+    protected static final Log logSend = LogFactory.getLog(StreamingAddResource.class.getName() + ".SEND");
 
     private static final String RESOURCE_VIRTUAL_PATH = "/faces/myFacesExtensionResource";
 
@@ -773,7 +773,7 @@
             resourceUri = uri.substring(posEndCacheKey + 1);
         }
 
-		try
+        try
         {
             Class resourceLoader = getClass(className);
             validateResourceLoader(resourceLoader);
@@ -784,9 +784,9 @@
         catch (ClassNotFoundException e)
         {
             log.error("Could not find class for name: " + className, e);
-			sendError(response, HttpServletResponse.SC_NOT_FOUND,
+            sendError(response, HttpServletResponse.SC_NOT_FOUND,
                     "Could not find resourceloader class for name: " + className);
-		}
+        }
         catch (InstantiationException e)
         {
             log.error("Could not instantiate class for name: " + className, e);
@@ -799,11 +799,11 @@
             sendError(response, HttpServletResponse.SC_FORBIDDEN,
                     "Could not access resourceloader class for name: " + className);
         }
-		catch (IOException e)
-		{
-			logSend.error("Error while serving resource: " +resourceUri+", message : "+ e.getMessage(), e);
-			sendError(response, HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e.getMessage());
-		}
+        catch (IOException e)
+        {
+            logSend.error("Error while serving resource: " +resourceUri+", message : "+ e.getMessage(), e);
+            sendError(response, HttpServletResponse.SC_INTERNAL_SERVER_ERROR, e.getMessage());
+        }
         catch (Throwable e)
         {
             log.error("Unknown error while serving resource: " +resourceUri+", message : "+ e.getMessage(), e);
@@ -811,20 +811,20 @@
         }
     }
 
-	protected void sendError(HttpServletResponse response, int errorCode, String errorText)
-		throws IOException
-	{
-		try
-		{
-			response.sendError(errorCode, errorText);
-		}
-		catch (IllegalStateException e)
-		{
-			logSend.error("Could not send error, maybe some data has already been sent.", e);
-		}
-	}
+    protected void sendError(HttpServletResponse response, int errorCode, String errorText)
+        throws IOException
+    {
+        try
+        {
+            response.sendError(errorCode, errorText);
+        }
+        catch (IllegalStateException e)
+        {
+            logSend.error("Could not send error, maybe some data has already been sent.", e);
+        }
+    }
 
-	public boolean hasHeaderBeginInfos(HttpServletRequest request)
+    public boolean hasHeaderBeginInfos(HttpServletRequest request)
     {
         throw new UnsupportedOperationException();
     }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceHandler.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceHandler.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceHandler.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceHandler.java Thu Jul  3 14:58:05 2008
@@ -71,6 +71,6 @@
      */
     public String getResourceUri(FacesContext context)
     {
-    	return _resource;
+        return _resource;
     }
 }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceLoader.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceLoader.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceLoader.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/util/StreamingResourceLoader.java Thu Jul  3 14:58:05 2008
@@ -32,54 +32,54 @@
 
 public class StreamingResourceLoader implements ResourceLoader
 {
-	private final static Log log = LogFactory.getLog(StreamingResourceLoader.class);
-	
-	public StreamingResourceLoader()
-	{
-	}
+    private final static Log log = LogFactory.getLog(StreamingResourceLoader.class);
+    
+    public StreamingResourceLoader()
+    {
+    }
 
-	public void serveResource(ServletContext context, HttpServletRequest request, HttpServletResponse response, String resourceUri) throws IOException
-	{
-		int pos = resourceUri.indexOf("/");
-		Long requestId = new Long(Long.parseLong(resourceUri.substring(0, pos), 10));
-		
-		StreamingAddResource.HeaderInfoEntry headerInfoEntry = StreamingAddResource.getHeaderInfo(requestId);
-		if (headerInfoEntry == null)
-		{
-			log.warn("No streamable resources found for request: " + requestId + " resourceUri: " + resourceUri);
-			return;
-		}
+    public void serveResource(ServletContext context, HttpServletRequest request, HttpServletResponse response, String resourceUri) throws IOException
+    {
+        int pos = resourceUri.indexOf("/");
+        Long requestId = new Long(Long.parseLong(resourceUri.substring(0, pos), 10));
+        
+        StreamingAddResource.HeaderInfoEntry headerInfoEntry = StreamingAddResource.getHeaderInfo(requestId);
+        if (headerInfoEntry == null)
+        {
+            log.warn("No streamable resources found for request: " + requestId + " resourceUri: " + resourceUri);
+            return;
+        }
 
-		/*
-		 * Even if we have a request id in our url, 
-		 * ensure the browser didnt cache this response.
-		 */
+        /*
+         * Even if we have a request id in our url, 
+         * ensure the browser didnt cache this response.
+         */
         response.setHeader("pragma", "no-cache");
         response.setHeader("Cache-control", "no-cache, must-revalidate");
-		
-		try
-		{
-			PrintWriter pw = response.getWriter();
-			
-			StreamingAddResource.StreamablePositionedInfo positionedInfo;
-			try
-			{
-				while ((positionedInfo = headerInfoEntry.fetchInfo()) != null)
-				{
-					positionedInfo.writePositionedInfo(response, pw);
-					pw.flush();
-				}
-				pw.close();
-			}
-			catch (InterruptedException e)
-			{
-				throw (IOException) new IOException().initCause(e);
-			}
-		}
-		finally
-		{
-			StreamingAddResource.removeHeaderInfo(requestId);
-		}
-	}
+        
+        try
+        {
+            PrintWriter pw = response.getWriter();
+            
+            StreamingAddResource.StreamablePositionedInfo positionedInfo;
+            try
+            {
+                while ((positionedInfo = headerInfoEntry.fetchInfo()) != null)
+                {
+                    positionedInfo.writePositionedInfo(response, pw);
+                    pw.flush();
+                }
+                pw.close();
+            }
+            catch (InterruptedException e)
+            {
+                throw (IOException) new IOException().initCause(e);
+            }
+        }
+        finally
+        {
+            StreamingAddResource.removeHeaderInfo(requestId);
+        }
+    }
 
 }

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java?rev=673833&r1=673832&r2=673833&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/aliasbean/Alias.java Thu Jul  3 14:58:05 2008
@@ -39,60 +39,60 @@
 
 class Alias {
     static final Log log = LogFactory.getLog(Alias.class);
-	
-	private transient UIComponent _aliasComponent;
-	private String _aliasBeanExpression;
+    
+    private transient UIComponent _aliasComponent;
+    private String _aliasBeanExpression;
     private String _valueExpression;
-	private transient boolean _active = false;
-	
-	private transient Object evaluatedExpression = null;
-
-	Alias(AliasBean aliasComponent){
-		this._aliasComponent = aliasComponent;
-	}
-
-	/**
-	 * Define the temporary/transient name that will exist while this alias
-	 * is "active" (in scope). This is usually a constant string.
-	 */
-	void setAliasBeanExpression(String aliasBeanExpression){
-		this._aliasBeanExpression = aliasBeanExpression;
-	}
-	
-	/**
-	 * Define the object that will be referenced by the temporary/transient
-	 * name while it exists.
-	 * <p>
-	 * This can be a constant, but is more usually an EL expression. The value is
-	 * recalculated each time this alias is "activated".
-	 */
-	void setValueExpression(String valueExpression){
-		this._valueExpression = valueExpression;
-	}
-	
-	String getValueExpression(){
-		return _valueExpression;
-	}
-	
-	boolean isActive(){
-		return _active;
-	}
-	
-	String[] saveState(){
-		return new String[]{_aliasBeanExpression, _valueExpression};
-	}
-	
-	void restoreState(Object state){
-		String[] values = (String[]) state;
-		_aliasBeanExpression = values[0];
-		_valueExpression = values[1];
-	}
-	
-	private void computeEvaluatedExpression(FacesContext facesContext){
-		if( evaluatedExpression != null )
-			return;
-		
-		ValueBinding valueVB = null;
+    private transient boolean _active = false;
+    
+    private transient Object evaluatedExpression = null;
+
+    Alias(AliasBean aliasComponent){
+        this._aliasComponent = aliasComponent;
+    }
+
+    /**
+     * Define the temporary/transient name that will exist while this alias
+     * is "active" (in scope). This is usually a constant string.
+     */
+    void setAliasBeanExpression(String aliasBeanExpression){
+        this._aliasBeanExpression = aliasBeanExpression;
+    }
+    
+    /**
+     * Define the object that will be referenced by the temporary/transient
+     * name while it exists.
+     * <p>
+     * This can be a constant, but is more usually an EL expression. The value is
+     * recalculated each time this alias is "activated".
+     */
+    void setValueExpression(String valueExpression){
+        this._valueExpression = valueExpression;
+    }
+    
+    String getValueExpression(){
+        return _valueExpression;
+    }
+    
+    boolean isActive(){
+        return _active;
+    }
+    
+    String[] saveState(){
+        return new String[]{_aliasBeanExpression, _valueExpression};
+    }
+    
+    void restoreState(Object state){
+        String[] values = (String[]) state;
+        _aliasBeanExpression = values[0];
+        _valueExpression = values[1];
+    }
+    
+    private void computeEvaluatedExpression(FacesContext facesContext){
+        if( evaluatedExpression != null )
+            return;
+        
+        ValueBinding valueVB = null;
         if (_valueExpression == null) {
             valueVB = _aliasComponent.getValueBinding("value");
             _valueExpression = valueVB.getExpressionString();
@@ -101,55 +101,55 @@
         if( valueVB == null ){
             if( _valueExpression.startsWith("#{") ){
                 valueVB = facesContext.getApplication().createValueBinding(_valueExpression);
-				evaluatedExpression = valueVB.getValue(facesContext);
+                evaluatedExpression = valueVB.getValue(facesContext);
             }else{
-				evaluatedExpression = _valueExpression;
+                evaluatedExpression = _valueExpression;
             }
         }else{
-			evaluatedExpression = valueVB.getValue(facesContext);
+            evaluatedExpression = valueVB.getValue(facesContext);
         }
-	}
+    }
 
-	/**
-	 * Activate this alias (ie create the temporary name).
-	 */
-	void make(FacesContext facesContext){
-		if( _active )
-			return;
+    /**
+     * Activate this alias (ie create the temporary name).
+     */
+    void make(FacesContext facesContext){
+        if( _active )
+            return;
 
         ValueBinding aliasVB;
         if (_aliasBeanExpression == null) {
             aliasVB = _aliasComponent.getValueBinding("alias");
-			if( aliasVB == null )
-				return;
+            if( aliasVB == null )
+                return;
             _aliasBeanExpression = aliasVB.getExpressionString();
-			if( _aliasBeanExpression == null )
-				return;
+            if( _aliasBeanExpression == null )
+                return;
         } else {
             aliasVB = facesContext.getApplication().createValueBinding(_aliasBeanExpression);
         }
 
-		computeEvaluatedExpression( facesContext );
-		
+        computeEvaluatedExpression( facesContext );
+        
         aliasVB.setValue(facesContext, evaluatedExpression);
-		_active = true;
+        _active = true;
 
         log.debug("makeAlias: " + _valueExpression + " = " + _aliasBeanExpression);
-	}
-	
-	/**
-	 * Deactivate this alias (ie remove the temporary name).
-	 */
-	void remove(FacesContext facesContext){
+    }
+    
+    /**
+     * Deactivate this alias (ie remove the temporary name).
+     */
+    void remove(FacesContext facesContext){
         _active = false;
-		if( evaluatedExpression == null )
-			return;
+        if( evaluatedExpression == null )
+            return;
         
         evaluatedExpression = null;
 
         log.debug("removeAlias: " + _valueExpression + " != " + _aliasBeanExpression);
         ValueBinding aliasVB = _aliasComponent.getValueBinding("alias");
         if( aliasVB != null )
-			aliasVB.setValue(facesContext, null);
-	}
+            aliasVB.setValue(facesContext, null);
+    }
 }