« Previous | Next » 

Revision 1481

robert, 2008-11-11 12:16

  • FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119

Globally adjusted all code for the above change.

Files

added 
modified 
deleted 

View differences

/Packages/ExtJSWidgetViews/trunk/Configuration/Components.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AbstractMethodInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdviceInterface.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AdvicedConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AfterReturningAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AfterThrowingAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_AroundAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_BeforeAdvice.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_EmptyConstructorInterceptorBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Framework.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_Introduction.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_PointcutExpressionParser.php
View differences
/Packages/FLOW3/trunk/Classes/AOP/F3_FLOW3_AOP_ProxyClassBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Backend/F3_FLOW3_Cache_Backend_File.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/Backend/F3_FLOW3_Cache_Backend_Memcached.php
View differences
/Packages/FLOW3/trunk/Classes/Cache/F3_FLOW3_Cache_Factory.php
View differences
/Packages/FLOW3/trunk/Classes/Component
/Packages/FLOW3/trunk/Classes/Configuration/F3_FLOW3_Configuration_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/F3_FLOW3.php
View differences
/Packages/FLOW3/trunk/Classes/Locale/F3_FLOW3_Locale_Service.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_RequestBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/CLI/F3_FLOW3_MVC_CLI_RequestHandler.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_AbstractController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_ActionController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_Argument.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_Arguments.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_ArgumentsValidator.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_DefaultController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Controller/F3_FLOW3_MVC_Controller_RequestHandlingController.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Dispatcher.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_Request.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/F3_FLOW3_MVC_RequestHandlerResolver.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/View/F3_FLOW3_MVC_View_AbstractView.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/View/F3_FLOW3_MVC_View_DefaultView.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Web/F3_FLOW3_MVC_Web_RequestBuilder.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Web/F3_FLOW3_MVC_Web_RequestHandler.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Web/Routing/F3_FLOW3_MVC_Web_Routing_Route.php
View differences
/Packages/FLOW3/trunk/Classes/MVC/Web/Routing/F3_FLOW3_MVC_Web_Routing_Router.php
View differences
/Packages/FLOW3/trunk/Classes/Object
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_CannotBuildObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_CannotReconstituteObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_ComponentAlreadyRegistered.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_InvalidClass.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_InvalidComponentConfiguration.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_InvalidComponentObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_UnknownClass.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_UnknownComponent.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_UnknownInterface.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Component_Exception_WrongScope.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_CannotBuildObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_CannotReconstituteObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_InvalidClass.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_InvalidObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_InvalidObjectConfiguration.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_ObjectAlreadyRegistered.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_UnknownClass.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_UnknownInterface.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_UnknownObject.php
/Packages/FLOW3/trunk/Classes/Object/Exception/F3_FLOW3_Object_Exception_WrongScope.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ClassFileManipulator.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_Configuration.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ConfigurationArgument.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ConfigurationBuilder.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ConfigurationProperty.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_Exception.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_Factory.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_FactoryInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_Manager.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ManagerInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ObjectBuilder.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_ObjectCacheInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Component_TransientObjectCache.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_Builder.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ClassFileManipulator.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_Configuration.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ConfigurationArgument.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ConfigurationBuilder.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ConfigurationProperty.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_Exception.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_Factory.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_FactoryInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_Manager.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ManagerInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_ObjectCacheInterface.php
/Packages/FLOW3/trunk/Classes/Object/F3_FLOW3_Object_TransientObjectCache.php
/Packages/FLOW3/trunk/Classes/Package/F3_FLOW3_Package_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Persistence/F3_FLOW3_Persistence_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Property/F3_FLOW3_Property_Mapper.php
View differences
/Packages/FLOW3/trunk/Classes/Reflection/F3_FLOW3_Reflection_Service.php
View differences
/Packages/FLOW3/trunk/Classes/Resource/F3_FLOW3_Resource_ClassLoader.php
View differences
/Packages/FLOW3/trunk/Classes/Resource/F3_FLOW3_Resource_Manager.php
View differences
/Packages/FLOW3/trunk/Classes/Resource/F3_FLOW3_Resource_Publisher.php
View differences
/Packages/FLOW3/trunk/Classes/Security/ACL/F3_FLOW3_Security_ACL_PolicyExpressionParser.php
View differences
/Packages/FLOW3/trunk/Classes/Security/ACL/F3_FLOW3_Security_ACL_PolicyService.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authentication/F3_FLOW3_Security_Authentication_ProviderManager.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authentication/F3_FLOW3_Security_Authentication_ProviderResolver.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authentication/Token/F3_FLOW3_Security_Authentication_Token_UsernamePassword.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authorization/F3_FLOW3_Security_Authorization_AccessDecisionVoterManager.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authorization/F3_FLOW3_Security_Authorization_FilterFirewall.php
View differences
/Packages/FLOW3/trunk/Classes/Security/Authorization/F3_FLOW3_Security_Authorization_InterceptorResolver.php
View differences
/Packages/FLOW3/trunk/Classes/Security/F3_FLOW3_Security_ContextHolderSession.php
View differences
/Packages/FLOW3/trunk/Classes/Security/F3_FLOW3_Security_RequestPatternResolver.php
View differences
/Packages/FLOW3/trunk/Classes/Utility/F3_FLOW3_Utility_Environment.php
View differences
/Packages/FLOW3/trunk/Classes/Utility/F3_FLOW3_Utility_MockEnvironment.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/F3_FLOW3_Validation_AbstractValidator.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/F3_FLOW3_Validation_ObjectValidatorInterface.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/F3_FLOW3_Validation_ValidatorResolver.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_Alphanumeric.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_EmailAddress.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_Float.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_Integer.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_NotEmpty.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_Number.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_NumberRange.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_RegularExpression.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_Text.php
View differences
/Packages/FLOW3/trunk/Classes/Validation/Validator/F3_FLOW3_Validation_Validator_UUID.php
View differences
/Packages/FLOW3/trunk/Configuration/FLOW3.yaml
View differences
/Packages/FLOW3/trunk/Configuration/Routes.yaml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/AOPFramework.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/AppendixCodingGuidelines.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/ComponentFramework.xml
/Packages/FLOW3/trunk/Documentation/Manual/en/ConfigurationFramework.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/Index.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/Introduction.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/MVCFramework.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/ObjectFramework.xml
/Packages/FLOW3/trunk/Documentation/Manual/en/PackageManager.xml
View differences
/Packages/FLOW3/trunk/Documentation/Manual/en/PersistenceFramework.xml
View differences
/Packages/FLOW3/trunk/Resources/Private/AOP/AOPProxyClassTemplate.php
View differences
/Packages/FLOW3/trunk/Resources/Public/MVC/DefaultView_Template.html
View differences
/Packages/FLOW3/trunk/Tests/AOP/F3_FLOW3_AOP_FrameworkTest.php
View differences
/Packages/FLOW3/trunk/Tests/AOP/F3_FLOW3_AOP_MockPointcutExpressionParser.php
View differences
/Packages/FLOW3/trunk/Tests/AOP/F3_FLOW3_AOP_PointcutExpressionParserTest.php
View differences
/Packages/FLOW3/trunk/Tests/AOP/F3_FLOW3_AOP_PointcutTest.php
View differences
/Packages/FLOW3/trunk/Tests/Cache/Backend/F3_FLOW3_Cache_Backend_FileTest.php
View differences
/Packages/FLOW3/trunk/Tests/Cache/Backend/F3_FLOW3_Cache_Backend_MemcachedTest.php
View differences
/Packages/FLOW3/trunk/Tests/Cache/F3_FLOW3_Cache_FactoryTest.php
View differences
/Packages/FLOW3/trunk/Tests/Component
/Packages/FLOW3/trunk/Tests/Configuration/F3_FLOW3_Configuration_ContainerTest.php
View differences
/Packages/FLOW3/trunk/Tests/Configuration/F3_FLOW3_Configuration_ManagerTest.php
View differences
/Packages/FLOW3/trunk/Tests/Configuration/Source/F3_FLOW3_Configuration_Source_PHPTest.php
View differences
/Packages/FLOW3/trunk/Tests/Configuration/Source/F3_FLOW3_Configuration_Source_YAMLTest.php
View differences
/Packages/FLOW3/trunk/Tests/Event/F3_FLOW3_Event_EventDispatcherTest.php
View differences
/Packages/FLOW3/trunk/Tests/Event/F3_FLOW3_Event_EventTest.php
View differences
/Packages/FLOW3/trunk/Tests/F3_FLOW3Test.php
View differences
/Packages/FLOW3/trunk/Tests/Locale/F3_FLOW3_Locale_LocaleTest.php
View differences
/Packages/FLOW3/trunk/Tests/Log/F3_FLOW3_Log_SimpleFileLoggerTest.php
View differences
/Packages/FLOW3/trunk/Tests/MVC/CLI/F3_FLOW3_MVC_CLI_RequestBuilderTest.php
View differences
/Packages/FLOW3/trunk/Tests/MVC/Controller/F3_FLOW3_MVC_Controller_AbstractControllerTest.php
View differences

1 2 3 Next »