2002-11-18 11:14:55 +00:00
|
|
|
/** GSWLongResponsePage.m - <title>GSWeb: Class GSWLongResponsePage</title>
|
|
|
|
|
2004-12-31 14:33:16 +00:00
|
|
|
Copyright (C) 2002-2004 Free Software Foundation, Inc.
|
2002-11-18 11:14:55 +00:00
|
|
|
|
|
|
|
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
2003-03-24 07:45:52 +00:00
|
|
|
Date: Sep 2002
|
2002-11-18 11:14:55 +00:00
|
|
|
|
|
|
|
$Revision$
|
|
|
|
$Date$
|
2003-01-19 15:33:07 +00:00
|
|
|
$Id$
|
2002-11-18 11:14:55 +00:00
|
|
|
|
|
|
|
<abstract></abstract>
|
|
|
|
|
|
|
|
This file is part of the GNUstep Web Library.
|
|
|
|
|
|
|
|
<license>
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Library General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Library General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
|
|
License along with this library; if not, write to the Free
|
|
|
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
</license>
|
|
|
|
**/
|
|
|
|
|
2003-03-24 07:45:52 +00:00
|
|
|
#include "config.h"
|
|
|
|
|
2003-01-22 Manuel Guesdon <mguesdon@orange-concept.com>
* GSWeb.framework/Makefile.postamble:
o use $(LN_S) -f in install-WO-headers
o added $(MKDIRS) $(GNUSTEP_HEADERS)/$(GSWExtensions_wo_HEADER_FILES_INSTALL_DIR);
* GSWExtensionsGSW.framework/Makefile.postamble: use $(LN_S) -f in install-WO-headers
2003-01-20 David Ayers <d.ayers@inode.at>
* Makefile.postamble
o added support for make gswnames=(gsw,wo,all) (corrected
typo)
o reinserted support for $(INSTALL_ROOT_DIR)
* config.h.in
o added HAVE_GDL2
* configure
o added support for --with-gswnames=(gsw,wo,all)
o set LIBWRAP during configure
o added config.mak.in as configurable file
* configure.ac
o (see configure)
* config.mak: removed (replaced by config.mak.in)
* config.mak.in: new file
o added support for make gswnames=(gsw,wo,all)
* gsweb.make.in
o add GSANTLR as auxiliary lib
o add gsweb libs to AUXILIARY_GSW_LIBS
o include correct extensions for GSW/WO-libs
* gsweb_wo.make: new file
* GSWeb/GSWConfig.h
o changed support for GSWEB_WONAMES
o conditionally import file GSWWOCompatiblity
here instead of in GSWeb.h
* GSWeb/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o removed reference to unused files:
GSWeb.m, GSWWOCompatibility.m
o added references to new files:
GSWExtenstions.h, GSWExtWOCompatibility.h
o added support to create WO header files
* GSWeb/Makefile.postamble
o changed support to install WO header files according to
make gswnames=(gsw,wo,all)
o remove Makefile.preamble during distclean
* GSWeb/Makefile.preamble.in
o fixed typo
* GSWeb/GSWeb.h
o moved GSW/WO-Name-mapping to GSWWOCompatibility.h
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWeb/GSWeb.m: removed
* GSWeb/GSWWOCompatibility.h
o changed GSWEB_WONAMES handling
o removed hybrid namespace WO subclasses
o moved & reorganized GSW/WO-Name-mapping from GSWeb.h
o inlucluded missing GSW/WO-Name-mappings
* GSWeb/GSWWOCompatibility.m: removed
* GSWeb/*.m
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWeb/GSWApplication.m
o remove special GSW/WO handling of WOApp
* GSWeb/WebObject/WO*: removed
* GSWeb/WebObject/WebObjects
o replaced inclusions of
<GSWeb/file.h> with "file.h"
* GSWExtensions/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o added references to new files:
GSWExtenstions.h, GSWExtWOCompatibility.h
o added support to create WO header files
* GSWExtensions/Makefile.preamble
o let gnustep make figure whether to link agains debug libs
o added support for make gswnames=(gsw,wo,all)
* GSWExtensions/Makefile.postamble
o changed support to install WO header files according to
make gswnames=(gsw,wo,all)
* GSWExtensions/*.m
o replaced inclusions of
<GSWeb/GSWeb.h> with "GSWExtWOCompatibility.h"
o replaces inclusions of
<GSWExtensions/file.h> with "file.h"
* GSWExtensions/GSWExtensions.h: new file
* GSWExtensions/WOExtensions.h: new file
* GSWExtensions/GSWExtWOCompatibility.h: new file
* GSWExtensionsGSW/GNUMakefile
o added support for make gswnames=(gsw,wo,all)
o ensure each lib gets built with its own object files
o removed deactivated framework extension determination code
o added references to new file GSWExtGSWWOCompatibility.h
o added support to create WO header files
* GSWExtensionsGSW/Makefile.pramble
o let gnustep make figure whether to link agains debug libs
o added support for make gswnames=(gsw,wo,all)
o removed GSWExtensions from ADDITIONAL_LIB_DIRS
* GSWExtensionsGSW/*.m
o replaced inclusions of
<GSWeb/GSWeb.h> with "GSWExtGSWWOCompatibility.h"
* GSWExtensions/GSWExtGSWWOCompatibility.h: new file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@15675 72102866-910b-0410-8b05-ffd578937521
2003-01-22 12:24:26 +00:00
|
|
|
#include "GSWExtWOCompatibility.h"
|
|
|
|
#include "GSWLongResponsePage.h"
|
2010-06-05 21:08:12 +00:00
|
|
|
#include <GNUstepBase/NSObject+GNUstepBase.h>
|
2002-11-18 11:14:55 +00:00
|
|
|
|
2003-01-19 15:33:07 +00:00
|
|
|
@interface GSWLongResponsePage (Private)
|
|
|
|
-(void) _setCancelled:(BOOL)cancelled;
|
|
|
|
-(void) _setResult:(id)result;
|
|
|
|
-(id)_result;
|
|
|
|
-(void)_setException:(NSException*)exception;
|
|
|
|
-(NSException*)_exception;
|
|
|
|
@end
|
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
//===================================================================================
|
|
|
|
@implementation GSWLongResponsePage
|
|
|
|
|
|
|
|
-(id)init
|
|
|
|
{
|
|
|
|
if ((self=[super init]))
|
|
|
|
{
|
|
|
|
_selfLock=[NSRecursiveLock new];
|
|
|
|
}
|
|
|
|
return self;
|
|
|
|
}
|
|
|
|
|
|
|
|
-(void)dealloc
|
|
|
|
{
|
|
|
|
DESTROY(_selfLock);
|
|
|
|
[super dealloc];
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Locks the page **/
|
|
|
|
-(void) lock
|
|
|
|
{
|
|
|
|
[self subclassResponsibility: _cmd];
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/** Unlock the page **/
|
|
|
|
-(void) unlock
|
|
|
|
{
|
|
|
|
[self subclassResponsibility: _cmd];
|
|
|
|
};
|
|
|
|
|
|
|
|
-(void)appendToResponse:(GSWResponse*)aResponse
|
|
|
|
inContext:(GSWContext*)aContext
|
|
|
|
{
|
|
|
|
[self lock];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
if (_refreshInterval>0 && !_done/*_keepRefreshing*/)
|
|
|
|
{
|
|
|
|
NSString *url=nil;
|
|
|
|
NSString *header=nil;
|
|
|
|
|
2003-01-19 15:33:07 +00:00
|
|
|
url=(NSString*)[aContext urlWithRequestHandlerKey:@"cr"
|
|
|
|
path:nil
|
|
|
|
queryString:nil];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
header=[NSString stringWithFormat:@"%d;url=%@%@/%@.GSWMetaRefresh",
|
|
|
|
(int)_refreshInterval,
|
|
|
|
url,
|
|
|
|
[[aContext session]sessionID],
|
|
|
|
[aContext contextID]];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
[aResponse setHeader:header
|
|
|
|
forKey:@"Refresh"];
|
|
|
|
};
|
|
|
|
// Exec action on the first time
|
|
|
|
if (!_performingAction)
|
|
|
|
{
|
|
|
|
_performingAction = YES;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
[NSThread detachNewThreadSelector:@selector(_perform)
|
|
|
|
toTarget:self
|
|
|
|
withObject:nil];
|
|
|
|
};
|
|
|
|
[super appendToResponse:aResponse
|
|
|
|
inContext:aContext];
|
|
|
|
[self unlock];
|
|
|
|
};
|
|
|
|
|
|
|
|
-(id)threadExited:(NSNotification*)notif
|
|
|
|
{
|
|
|
|
NSThread* thread=nil;
|
|
|
|
thread=[notif object];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
|
|
|
// threadDict = [thread threadDictionary];
|
2002-11-18 11:14:55 +00:00
|
|
|
// NSDebugMLLog(@"low",@"threadDict=%@",threadDict);
|
|
|
|
// adaptorThread=[threadDict objectForKey:GSWThreadKey_DefaultAdaptorThread];
|
|
|
|
// NSDebugMLLog(@"low",@"adaptorThread=%@",adaptorThread);
|
|
|
|
// [threadDict removeObjectForKey:GSWThreadKey_DefaultAdaptorThread];
|
|
|
|
[[NSNotificationCenter defaultCenter] removeObserver:self
|
2004-02-27 17:56:39 +00:00
|
|
|
name:NSThreadWillExitNotification
|
2002-11-18 11:14:55 +00:00
|
|
|
object:thread];
|
|
|
|
return nil; //??
|
|
|
|
};
|
|
|
|
|
|
|
|
-(void)_perform
|
|
|
|
{
|
|
|
|
id result=nil;
|
|
|
|
NSAutoreleasePool* arp = nil;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
arp = [NSAutoreleasePool new];
|
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self
|
|
|
|
selector:@selector(threadExited:)
|
2004-02-27 17:56:39 +00:00
|
|
|
name:NSThreadWillExitNotification
|
2002-11-18 11:14:55 +00:00
|
|
|
object:[NSThread currentThread]];
|
|
|
|
NS_DURING
|
|
|
|
{
|
|
|
|
[self _setResult:nil];
|
|
|
|
result=[self performAction];
|
|
|
|
|
|
|
|
if (!_cancelled)
|
|
|
|
_done=YES; //???
|
|
|
|
[self _setResult:result];
|
|
|
|
}
|
|
|
|
NS_HANDLER
|
|
|
|
{
|
|
|
|
RETAIN(localException);
|
|
|
|
DESTROY(arp);
|
|
|
|
AUTORELEASE(localException);
|
|
|
|
[localException raise];
|
|
|
|
}
|
|
|
|
NS_ENDHANDLER;
|
|
|
|
DESTROY(arp);
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Set status (Lock protected) **/
|
|
|
|
-(void)setStatus:(id)status
|
|
|
|
{
|
|
|
|
if (status!=_status)
|
|
|
|
{
|
|
|
|
[self lock];
|
|
|
|
ASSIGN(_status,status);
|
|
|
|
[self unlock];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
-(id) _status
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
return _status;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Set the refresh interval. Default is 0. If >0, a refresh header is appended to the response **/
|
|
|
|
-(void)setRefreshInterval:(NSTimeInterval)interval
|
|
|
|
{
|
|
|
|
if (interval>0)
|
|
|
|
_refreshInterval = interval;
|
|
|
|
else
|
|
|
|
_refreshInterval = 0;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Get the refresh interval. **/
|
|
|
|
-(NSTimeInterval)refreshInterval
|
|
|
|
{
|
|
|
|
return _refreshInterval;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Return YES if action is canceled by the user. Used to abort thread. (Lock protected) **/
|
|
|
|
-(BOOL)isCancelled
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
return _cancelled;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** This method should be overwritten to return a result. Default implementation raise an exception
|
|
|
|
Warning: you should first increase app worker thread count.
|
|
|
|
count=1 ==> you code don't nead to be thread safe
|
|
|
|
count>1 ==> if your code is not thread safe, you should disable concurrent request handling
|
|
|
|
count>1 ==> if your code is thread safe, you can enable concurrent request handling
|
|
|
|
**/
|
|
|
|
-(id) performAction
|
|
|
|
{
|
|
|
|
[self subclassResponsibility:_cmd];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return nil;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/** This method is call by GSWMetaRefresh -invokeAction.
|
|
|
|
It can be manually called (for example if the page does not refresh itself.
|
|
|
|
Status value make it call -pageForException:, -pageForResult:, -refreshPageForStatus: or -cancelPageForStatus:
|
|
|
|
Don't override it
|
|
|
|
**/
|
|
|
|
-(GSWComponent*)refresh
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
GSWComponent *page=nil;
|
|
|
|
NSException *exception=nil;
|
|
|
|
id result=[self _result];//OK
|
|
|
|
id status=nil;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
exception=[self _exception];
|
|
|
|
status=[self _status];
|
|
|
|
if (exception)
|
|
|
|
page=[self pageForException:exception];
|
|
|
|
else if (_done)//OK
|
|
|
|
{
|
|
|
|
//_keepRefreshing = NO;
|
|
|
|
page=[self pageForResult:result];//OK
|
|
|
|
}
|
|
|
|
else if (_cancelled)
|
|
|
|
page=[self cancelPageForStatus:status];
|
|
|
|
else
|
|
|
|
page=[self refreshPageForStatus:status];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return page;
|
|
|
|
};
|
|
|
|
|
|
|
|
-(GSWComponent*)cancel
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
GSWComponent *page=nil;
|
2003-01-19 15:33:07 +00:00
|
|
|
id status=nil;
|
|
|
|
status=[self _status];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
[self _setCancelled:YES];
|
2003-01-19 15:33:07 +00:00
|
|
|
page=[self cancelPageForStatus:status];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return page;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Called when an exception occur in the process thread. Replace -pageForResult: call.
|
|
|
|
Default implemnetation raise the exception **/
|
|
|
|
-(GSWComponent *)pageForException:(NSException *)exception
|
|
|
|
{
|
|
|
|
//??
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
[exception raise];//??
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return nil;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/** Called when the process thread is done.
|
|
|
|
Default implementation stops automatic refresh and returns self.
|
|
|
|
You can override this to return a newly created result page
|
|
|
|
**/
|
|
|
|
-(GSWComponent *)pageForResult:(id) result
|
|
|
|
{
|
|
|
|
//TODO: stop refreshing ?
|
|
|
|
_done=YES;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return self;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Called on each refresh. Should return self. **/
|
|
|
|
-(GSWComponent *)refreshPageForStatus:(id) status
|
|
|
|
{
|
|
|
|
return self;
|
|
|
|
};
|
|
|
|
|
|
|
|
/** Called when the process thread is cancelled. Replace -pageForResult: call.
|
|
|
|
Default implementation stops automatic refresh and returns self.
|
|
|
|
**/
|
|
|
|
-(GSWComponent *)cancelPageForStatus:(id) status;
|
|
|
|
{
|
|
|
|
//[self subclassResponsibility: _cmd];
|
|
|
|
_cancelled=YES;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return self;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2013-03-05 04:31:52 +00:00
|
|
|
- (id <GSWActionResults>) invokeActionForRequest:(GSWRequest*)aRequest
|
|
|
|
inContext:(GSWContext*)aContext
|
2002-11-18 11:14:55 +00:00
|
|
|
{
|
|
|
|
//??
|
|
|
|
GSWElement *element=nil;
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2004-12-31 14:33:16 +00:00
|
|
|
if ([GSWContext_senderID(aContext) isEqualToString:@"GSWMetaRefresh"])//GSWMetaRefreshSenderId])//senderID ret: GSWMetaRefresh // Seems OK
|
2002-11-18 11:14:55 +00:00
|
|
|
{
|
|
|
|
element=[self refresh];//OK
|
|
|
|
}
|
|
|
|
else
|
|
|
|
element=[super invokeActionForRequest:aRequest
|
|
|
|
inContext:aContext];
|
2010-06-05 21:08:12 +00:00
|
|
|
|
2002-11-18 11:14:55 +00:00
|
|
|
return element;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
-(void) _setCancelled:(BOOL)cancelled
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
if (cancelled!=_cancelled)
|
|
|
|
{
|
|
|
|
[self lock];
|
|
|
|
_cancelled=cancelled;
|
|
|
|
[self unlock];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
-(void) _setResult:(id)result
|
|
|
|
{
|
|
|
|
if (result!=_result)
|
|
|
|
{
|
|
|
|
[self lock];
|
|
|
|
_result=result;
|
|
|
|
[self unlock];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
-(id)_result
|
|
|
|
{
|
|
|
|
return _result;
|
|
|
|
};
|
|
|
|
|
|
|
|
-(void)_setException:(NSException*)exception
|
|
|
|
{
|
|
|
|
//??
|
|
|
|
if (exception!=_exception)
|
|
|
|
{
|
|
|
|
[self lock];
|
|
|
|
_exception=exception;
|
|
|
|
[self unlock];
|
|
|
|
};
|
|
|
|
[self subclassResponsibility: _cmd];
|
|
|
|
};
|
|
|
|
|
|
|
|
-(NSException*)_exception
|
|
|
|
{
|
|
|
|
return _exception;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@end
|