Search: concept
Last modified by Vincent Massol on 2014/10/21
Refine your search
Select a category and activate filters on the current results
Result type
-
Document
250
-
Object property
107
-
Object
100
-
Attachment
6
Wiki
-
Home
166
-
Dev
158
-
Extensions Wiki
132
-
Snippets Wiki
6
-
Rendering
1
Location
-
Extension
138
-
IRC
100
-
Project Release Notes
56
-
Blog
50
-
Documentation
26
- … 14 more
Language
-
English
269
-
No language
192
-
French
2
Creator
Last modification date
Creation date
File type
Upload date
- Sort by:
- Relevance
XWiki.XWikiComments[0]
Located in
- Objects
I wonder if we cannot somehow merge the concepts together. I guess I'd need to see some examples for this.
comment
Located in
- Property value
I wonder if we cannot somehow merge the concepts together. I guess I'd need to see some examples for this.
ExtensionCode.ExtensionClass[0]
Located in
- Objects
But it works, and its a good proof of concept. If anyone is up to writing a cleaner, more efficient version - please do, and share.
description
Located in
- Property value
But it works, and its a good proof of concept. If anyone is up to writing a cleaner, more efficient version - please do, and share.
ExtensionCode.ExtensionClass[0]
Located in
- Objects
Documents listed here will ne copied in the new wiki but with overloaded contents that include the template wiki one ex : {{code}} #includeInContext("templatewiki:Space.Document") {{/code}} (% style="list-style-type: square" %) * documents to link in place of copy (not used yet) : same concept as include overload at copy but here with a real link.
description
Located in
- Property value
Documents listed here will ne copied in the new wiki but with overloaded contents that include the template wiki one ex : {{code}} #includeInContext("templatewiki:Space.Document") {{/code}} (% style="list-style-type: square" %) * documents to link in place of copy (not used yet) : same concept as include overload at copy but here with a real link.
ExtensionCode.ExtensionClass[0]
Located in
- Objects
. == Namespaces == Component API comes with "namespace" concept. The format of the namespaces is ##<type>:<id>##.
…It's instantiated in the ##XWikiServletContextListener## class (in the ##xwiki-platform-container-servlet## module). == Accessing components in legacy code == The XWiki project is older that this component concept and sometimes you can find yourself in code which cannot really inject components, you should ideally try to convert it to the components world.
description
Located in
- Property value
. == Namespaces == Component API comes with "namespace" concept. The format of the namespaces is ##<type>:<id>##.
…It's instantiated in the ##XWikiServletContextListener## class (in the ##xwiki-platform-container-servlet## module). == Accessing components in legacy code == The XWiki project is older that this component concept and sometimes you can find yourself in code which cannot really inject components, you should ideally try to convert it to the components world.
ExtensionCode.ExtensionClass[0]
Located in
- Objects
In addition, there are also some [[extra Configuration APIs using platform concepts>>Extension.PlatformConfigurationAPI.WebHome]]. == Configuration Source API == {{code language='java'}} @Role public interface ConfigurationSource { /** * @param <T> the value type * @param key the property key for which we want the value * @param defaultValue the value to use if the key isn't found * @return the property value is found or the default value if the key wasn't found * @since 2.0M1 */ <T> T getProperty(String key, T defaultValue); /** * @param <T> the value type * @param key the property key for which we want the value * @param valueClass the type of object that should be returned.
description
Located in
- Property value
In addition, there are also some [[extra Configuration APIs using platform concepts>>Extension.PlatformConfigurationAPI.WebHome]]. == Configuration Source API == {{code language='java'}} @Role public interface ConfigurationSource { /** * @param <T> the value type * @param key the property key for which we want the value * @param defaultValue the value to use if the key isn't found * @return the property value is found or the default value if the key wasn't found * @since 2.0M1 */ <T> T getProperty(String key, T defaultValue); /** * @param <T> the value type * @param key the property key for which we want the value * @param valueClass the type of object that should be returned.