mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: e94c8ae67d2887b188febc57c064c3e5be325bc9
Monotone-Revision: 3a52f24d5383740ac373578b476831142dd2d359 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-13T19:25:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -95,7 +95,13 @@
|
||||
- (WOResourceManager *) pageResourceManager;
|
||||
- (NSString *) urlForResourceFilename: (NSString *) filename;
|
||||
|
||||
- (WOResponse *) responseWithStatus: (unsigned int) status;
|
||||
- (WOResponse *) responseWithStatus: (unsigned int) status
|
||||
andString: (NSString *) contentString;
|
||||
- (WOResponse *) responseWithStatus: (unsigned int) status
|
||||
andJSONRepresentation: (NSObject *) contentObject;
|
||||
- (WOResponse *) responseWith204;
|
||||
- (WOResponse *) redirectToLocation: (NSString *) newLocation;
|
||||
|
||||
/* Debugging */
|
||||
- (BOOL)isUIxDebugEnabled;
|
||||
|
||||
Reference in New Issue
Block a user