Search: concept

Last modified by Vincent Massol on 2014/10/21

Results 1 - 10 of 463 next page » Page 1 2 3 4 5 6 7 8 9 ... 47

XWiki.XWikiComments[0]

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]

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]

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]

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]

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.
next page » Page 1 2 3 4 5 6 7 8 9 ... 47
RSS feed for search on [concept]

Get Connected