Changes for page WOResourceURL
Last modified by Pascal Robert on 2011/09/24 21:42
From version 3.1
edited by Pascal Robert
on 2011/05/08 02:10
on 2011/05/08 02:10
Change comment:
There is no comment for this version
To version 5.1
edited by Pascal Robert
on 2011/05/08 02:10
on 2011/05/08 02:10
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Dynamic Elements - Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{toc }}{{/toc}}1 +{{toc/}} 2 2 3 3 = Introduction = 4 4 ... ... @@ -17,11 +17,31 @@ 17 17 18 18 = Bindings = 19 19 20 -| filename | Path to the resource relative to the WebServerResources directory. 21 -| framework | Framework that contains the resource file. This attribute is only necessary if the file is in a different location from the component. That is, if the component and the file are both in the application or if the component and the file are both in the same framework, this attribute isn't necessary. If the resource file is in a framework and the component is in an application, specify the framework's name here (minus the .framework extension). If the resource file should be in the application but the component is in a framework, specify the "app" keyword in place of the framework name. 22 -| data | Specifies any resource in the form of an NSData; this data can come from a database, a file, or memory. If you specify resource data, you must specify a MIME type. 23 -| mimeType | A string designating a MIME resource type, such as "image/gif"; this type tells the client what to do with data. If you provide data but no MIME type, WebObjects throws an exception. 24 -| key | A string that functions as a key for caching the data specified in data. If you do not provide a key, the data object must be fetched each time it is needed. For further information, see the reference documentation for the WOResourceManager class, particularly that for the flushDataCache method. 20 +|((( 21 +filename 22 +)))|((( 23 +Path to the resource relative to the WebServerResources directory. 24 +))) 25 +|((( 26 +framework 27 +)))|((( 28 +Framework that contains the resource file. This attribute is only necessary if the file is in a different location from the component. That is, if the component and the file are both in the application or if the component and the file are both in the same framework, this attribute isn't necessary. If the resource file is in a framework and the component is in an application, specify the framework's name here (minus the .framework extension). If the resource file should be in the application but the component is in a framework, specify the "app" keyword in place of the framework name. 29 +))) 30 +|((( 31 +data 32 +)))|((( 33 +Specifies any resource in the form of an NSData; this data can come from a database, a file, or memory. If you specify resource data, you must specify a MIME type. 34 +))) 35 +|((( 36 +mimeType 37 +)))|((( 38 +A string designating a MIME resource type, such as "image/gif"; this type tells the client what to do with data. If you provide data but no MIME type, WebObjects throws an exception. 39 +))) 40 +|((( 41 +key 42 +)))|((( 43 +A string that functions as a key for caching the data specified in data. If you do not provide a key, the data object must be fetched each time it is needed. For further information, see the reference documentation for the WOResourceManager class, particularly that for the flushDataCache method. 44 +))) 25 25 26 26 = Examples = 27 27 ... ... @@ -29,16 +29,10 @@ 29 29 30 30 == WOD-style == 31 31 32 -{{code}} 52 +{{code/}} 33 33 34 - 35 -{{/code}} 36 - 37 37 == Inline bindings (WOOGNL) == 38 38 39 -{{code}} 56 +{{code/}} 40 40 41 - 42 -{{/code}} 43 - 44 44 = Related documents =