mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-03 10:30:46 +00:00
* GSWeb.framework/GSWeb.h (GSWImageInfo): Foward declare.
* GSWeb.framework/GSWHTMLDynamicElement.h/m (-/+[_frameworkNameForAssociation:inComponent:]): Convert to class method. Cleanup implementation. * GSWeb.framework/GSWImage.m (+[_appendFilenameToResponse:inContext:framework:filename:width:height:]): Add handling for image url and cleanup implementation. (-[_appendFilenameToResponse:inContext:]): Delegate to class method. * GSWeb.framework/GSWResourceManager.h/m (-[_imageInfoForUrl:fileName:framework:languages:]): New method. (-[errorMessageUrlForResourceNamed:inFramework:]): Reformat. (-[_cacheData:]): Ditto. * Examples/WebBookStore1/BookStore.eomodeld/index.eomodeld: Update adaptor name. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8248a705a0
commit
b6bbd5b0cb
8 changed files with 216 additions and 219 deletions
|
@ -48,6 +48,9 @@
|
|||
GSWAssociation * _secure;
|
||||
}
|
||||
|
||||
+ (NSString*) _frameworkNameForAssociation: (GSWAssociation*)association
|
||||
inComponent: (GSWComponent *) component;
|
||||
|
||||
- (NSDictionary*) computeQueryDictionaryWithActionClassAssociation: (GSWAssociation*)actionClass
|
||||
directActionNameAssociation: (GSWAssociation*)directActionName
|
||||
queryDictionaryAssociation: (GSWAssociation*)queryDictionary
|
||||
|
@ -83,8 +86,6 @@
|
|||
|
||||
- (NSString*) constantAttributesRepresentation;
|
||||
|
||||
- (NSString*) _frameworkNameForAssociation: (GSWAssociation*)association
|
||||
inComponent: (GSWComponent *) component;
|
||||
- (NSString*) elementName;
|
||||
|
||||
- (BOOL) secureInContext:(GSWContext*) context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue