mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 09:11:11 +00:00
* GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd
* GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd * GSWExtensions/GNUmakefile * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.gswd * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.gswd use exclamation.png. exclamation.svg is not displayed inline in mozilla due to a bug in mozilla. * GSWExtensions/WebServerResources/exclamation.png * GSWExtensions/WebServerResources/exclamation.svg new file * GSWExtensions/GSWSessionRestorationErrorPage.gswc/GSWSessionRestorationErrorPage.html * GSWExtensions/GSWExceptionPage.gswc/GSWExceptionPage.html better web design * GSWeb/GSWApplication.m -path get path from _resourceManager _resetCache do not call _clearCache, maybe we should trash the _componentDefinitionCache? _finishInitializingSession: make empty, still seems to work +_applicationClass don not use _applicationGSWBundle * GSWeb/GSWResourceManager.h * GSWeb/GSWResourceManager.m major redesign with WO 4.5 docs in mind. * GSWeb/GSWImageButton.m refactor resourceManager code * GSWeb/GSWeb.h remove GSWBundle class * Testing/DynamicElements added Image test. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5b731b3ca
commit
39c130d0f5
40 changed files with 1306 additions and 3053 deletions
|
@ -105,7 +105,7 @@
|
|||
-(GSWElement*)_childTemplate;
|
||||
-(GSWElement*) template;
|
||||
-(GSWComponentDefinition*)_componentDefinition;
|
||||
-(NSString*)_templateName;
|
||||
-(NSString*)_templateName GS_ATTRIB_DEPRECATED;
|
||||
-(NSString*)declarationName;
|
||||
-(BOOL)_isPage;
|
||||
-(void)_setIsPage:(BOOL)isPage;
|
||||
|
@ -225,58 +225,32 @@ Call this method before using a component which was cached in a variable.
|
|||
//+(id)validateValue:(id*)valuePtr
|
||||
// forKey:(id)key;
|
||||
|
||||
-(NSString*)stringForKey:(NSString*)key
|
||||
inTableNamed:(NSString*)aName
|
||||
withDefaultValue:(NSString*)defaultValue;
|
||||
//NDFN
|
||||
-(NSDictionary*)stringsTableNamed:(NSString*)aName;
|
||||
|
||||
//NDFN
|
||||
-(NSArray*)stringsTableArrayNamed:(NSString*)aName;
|
||||
|
||||
-(NSString*)urlForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension;
|
||||
-(NSString*)_urlForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension;
|
||||
ofType:(NSString*)extension GS_ATTRIB_DEPRECATED;
|
||||
|
||||
/*
|
||||
Deprecated in WO 4.0.
|
||||
Use GSWResourceManager’s implementation of
|
||||
pathForResourceNamed:inFramework:languages:
|
||||
instead.
|
||||
*/
|
||||
-(NSString*)pathForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension;
|
||||
//NDFN
|
||||
-(NSString*)pathForComponentResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)type;
|
||||
|
||||
|
||||
//NDFN
|
||||
-(NSString*)stringForKey:(id)key
|
||||
inTableNamed:(NSString*)aName
|
||||
withDefaultValue:(NSString*)defaultValue
|
||||
inFramework:(NSString*)frameworkName;
|
||||
|
||||
//NDFN
|
||||
-(NSDictionary*)stringsTableNamed:(NSString*)aName
|
||||
inFramework:(NSString*)frameworkName;
|
||||
|
||||
//NDFN
|
||||
-(NSArray*)stringsTableArrayNamed:(NSString*)aName
|
||||
inFramework:(NSString*)frameworkName;
|
||||
|
||||
//NDFN
|
||||
-(NSString*)urlForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension
|
||||
inFramework:(NSString*)frameworkName;
|
||||
|
||||
//NDFN
|
||||
-(NSString*)pathForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension
|
||||
inFramework:(NSString*)frameworkName;
|
||||
|
||||
ofType:(NSString*)extension GS_ATTRIB_DEPRECATED;
|
||||
|
||||
+(GSWElement*)templateWithHTMLString:(NSString*)htmlString
|
||||
declarationString:(NSString*)declarationString
|
||||
languages:(NSArray*)languages;
|
||||
|
||||
|
||||
/*
|
||||
Deprecated in WO 4.0.
|
||||
Use
|
||||
templateWithHTMLString:declarationString:languages:
|
||||
instead.
|
||||
*/
|
||||
|
||||
+(GSWElement*)templateWithHTMLString:(NSString *)htmlString
|
||||
declarationString:(NSString*)declarationString;//old
|
||||
declarationString:(NSString*)declarationString GS_ATTRIB_DEPRECATED;
|
||||
|
||||
|
||||
- (GSWResponse*)generateResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue