+2004-08-27 Helge Hess <helge.hess@skyrix.com>
+
+ * GNUmakefile: export WOComponentDefinition.h as a public header
+ (v4.3.17)
+
2004-08-26 Helge Hess <helge.hess@skyrix.com>
* WOComponent: added ivar for clientObject, _without_ increasing class
DAVPropMap.plist \
libNGObjWeb_HEADER_FILES = \
- NGObjWebDecls.h \
- NGObjWeb.h \
- OWResponder.h \
- OWViewRequestHandler.h \
- OWResourceManager.h \
- WEClientCapabilities.h \
- WOActionResults.h \
- WOAdaptor.h \
- WOApplication.h \
- WOCoreApplication.h \
- WOAssociation.h \
- WOComponent.h \
- WOContext.h \
- WOCookie.h \
- WODirectAction.h \
- WODisplayGroup.h \
- WODynamicElement.h \
- WOElement.h \
- WOHTTPConnection.h \
- WOMailDelivery.h \
- WOMessage.h \
- WORequest.h \
- WORequestHandler.h \
- WOResourceManager.h \
- WOResponse.h \
- WOSession.h \
- WOSessionStore.h \
- WOStatisticsStore.h \
- WOTemplateBuilder.h \
- WOxElemBuilder.h \
- WOTemplate.h \
- WOComponentScript.h \
- WOProxyRequestHandler.h \
+ NGObjWebDecls.h \
+ NGObjWeb.h \
+ OWResponder.h \
+ OWViewRequestHandler.h \
+ OWResourceManager.h \
+ WEClientCapabilities.h \
+ WOActionResults.h \
+ WOAdaptor.h \
+ WOApplication.h \
+ WOCoreApplication.h \
+ WOAssociation.h \
+ WOComponent.h \
+ WOContext.h \
+ WOCookie.h \
+ WODirectAction.h \
+ WODisplayGroup.h \
+ WODynamicElement.h \
+ WOElement.h \
+ WOHTTPConnection.h \
+ WOMailDelivery.h \
+ WOMessage.h \
+ WORequest.h \
+ WORequestHandler.h \
+ WOResourceManager.h \
+ WOResponse.h \
+ WOSession.h \
+ WOSessionStore.h \
+ WOStatisticsStore.h \
+ WOTemplateBuilder.h \
+ WOxElemBuilder.h \
+ WOTemplate.h \
+ WOComponentScript.h \
+ WOProxyRequestHandler.h \
WOPageGenerationContext.h \
WOElementTrackingContext.h \
+ WOComponentDefinition.h \
NGObjWebCore_OBJC_FILES = \
NSObject+WO.m \
@class WOElement, WOComponent, WOResourceManager, WOTemplate;
/*
- Component definitions cache the contents of a .wo directory,
- this is the HTML and wod files.
+ WOComponentDefinition
+
+ Instances of this class are to WOComponents what Classes are to Objective-C
+ objects. They are the description and factory of components.
*/
@interface WOComponentDefinition : NSObject
{
// So: do not use that class, its DEPRECATED!
#include <NGObjWeb/OWResourceManager.h>
-#include "WOComponentDefinition.h"
+#include <NGObjWeb/WOComponentDefinition.h>
#include "WOComponent+private.h"
#include <NGObjWeb/WORequest.h>
#include <NGObjWeb/WOApplication.h>
# version file
-SUBMINOR_VERSION:=16
+SUBMINOR_VERSION:=17
# v4.2.413 requires libSaxObjC v4.2.33
# v4.2.341 requires libNGExtensions v4.2.77
#include <NGObjWeb/WODynamicElement.h>
#include "WOContext+private.h"
#include "WOElement+private.h"
-#include "WOComponentDefinition.h"
+#include <NGObjWeb/WOComponentDefinition.h>
#include <NGObjWeb/WOResourceManager.h>
#include <NGObjWeb/WOApplication.h>
#include <NGObjWeb/WOResponse.h>
02111-1307, USA.
*/
-#include "WOComponentDefinition.h"
+#include <NGObjWeb/WOComponentDefinition.h>
#include "WOComponent+private.h"
#include "WOComponentFault.h"
#include <NGObjWeb/WOAssociation.h>
[self->otherTagString release];
- if ((ea = self->extraAttributes) != nil) { // GC
+ if ((ea = self->extraAttributes) != NULL) { // GC
register unsigned short i;
[ea->extraString release];
*/
#include <NGObjWeb/WOResourceManager.h>
-#include "WOComponentDefinition.h"
+#include <NGObjWeb/WOComponentDefinition.h>
#include "WOComponent+private.h"
#include <NGObjWeb/WORequest.h>
#include <NGObjWeb/WOApplication.h>