A C E G I M O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractTemplateEvent - Class in org.xwiki.template.event
-
Base class for all events related to templates.
- AbstractTemplateEvent() - Constructor for class org.xwiki.template.event.AbstractTemplateEvent
-
Matches any
TemplateEvent
s. - AbstractTemplateEvent(String) - Constructor for class org.xwiki.template.event.AbstractTemplateEvent
C
- createStringTemplate(String, DocumentReference) - Method in interface org.xwiki.template.TemplateManager
-
Deprecated.since 14.0CR1, use
TemplateManager.createStringTemplate(String, DocumentReference, DocumentReference)
instead - createStringTemplate(String, DocumentReference, DocumentReference) - Method in interface org.xwiki.template.TemplateManager
-
Create a new template using a given content and a specific author and source document.
E
- execute(String) - Method in class org.xwiki.template.script.TemplateScriptService
-
Execute the passed template.
- execute(String) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
XDOM
. - execute(String, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
Block
. - execute(Template) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
XDOM
. - execute(Template, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
Block
. - executeNoException(String) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
XDOM
. - executeNoException(String, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
Block
. - executeNoException(Template) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
XDOM
. - executeNoException(Template, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and return the template as
Block
.
G
- getAuthorReference() - Method in interface org.xwiki.template.TemplateContent
- getContent() - Method in interface org.xwiki.template.Template
-
Parse and return the template content.
- getContent() - Method in interface org.xwiki.template.TemplateContent
- getContextEntries() - Method in interface org.xwiki.template.TemplateContent
- getDocumentReference() - Method in interface org.xwiki.template.TemplateContent
- getId() - Method in class org.xwiki.template.event.AbstractTemplateEvent
- getId() - Method in interface org.xwiki.template.event.TemplateEvent
- getId() - Method in interface org.xwiki.template.Template
- getName() - Method in class org.xwiki.template.macro.TemplateMacroParameters
- getPath() - Method in interface org.xwiki.template.Template
- getProperty(String, Type) - Method in interface org.xwiki.template.TemplateContent
-
Return custom property with the provided name and converted (if needed) to the passed type.
- getProperty(String, T) - Method in interface org.xwiki.template.TemplateContent
-
Return custom property with the provided name and converted (if needed) to the passed default value type.
- getRawSyntax() - Method in interface org.xwiki.template.TemplateContent
- getSkinTemplate(String, Skin) - Method in interface org.xwiki.template.TemplateManager
-
Search the template with passed name in the passed skin.
- getSourceSyntax() - Method in interface org.xwiki.template.TemplateContent
- getTemplate(String) - Method in interface org.xwiki.template.TemplateManager
-
Search everywhere for the template with passed name depending on the current context (current skin, etc).
- getTemplate(String, Skin) - Method in interface org.xwiki.template.TemplateManager
-
Search the template with passed name in the passed skin.
- getUnique() - Method in interface org.xwiki.template.TemplateContent
- getXDOM(String) - Method in interface org.xwiki.template.TemplateManager
-
Parse the template with the provided name and return it as
XDOM
. - getXDOM(Template) - Method in interface org.xwiki.template.TemplateManager
-
Parse the template with the provided name and return it as
XDOM
. - getXDOMNoException(String) - Method in interface org.xwiki.template.TemplateManager
-
Parse the template with the provided name and return it as
XDOM
. - getXDOMNoException(Template) - Method in interface org.xwiki.template.TemplateManager
-
Parse the template with the provided name and return it as
XDOM
.
I
- isAsyncAllowed() - Method in interface org.xwiki.template.TemplateContent
- isAuthorProvided() - Method in interface org.xwiki.template.TemplateContent
- isCacheAllowed() - Method in interface org.xwiki.template.TemplateContent
- isOutput() - Method in class org.xwiki.template.macro.TemplateMacroParameters
M
- matches(Object) - Method in class org.xwiki.template.event.AbstractTemplateEvent
O
- org.xwiki.template - package org.xwiki.template
- org.xwiki.template.event - package org.xwiki.template.event
- org.xwiki.template.macro - package org.xwiki.template.macro
- org.xwiki.template.script - package org.xwiki.template.script
R
- render(String) - Method in class org.xwiki.template.script.TemplateScriptService
-
Execute and render passed template.
- render(String) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- render(String, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- render(String, boolean, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- render(String, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- render(Template, boolean, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- render(Template, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderFromSkin(String, Skin) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax from the passed skin.
- renderFromSkin(String, Skin, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax from the passed skin.
- renderFromSkin(String, Skin, boolean, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax from the passed skin.
- renderFromSkin(String, Skin, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax from the passed skin.
- renderNoException(String) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderNoException(String, boolean) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderNoException(String, boolean, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderNoException(String, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderNoException(Template, boolean, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- renderNoException(Template, Writer) - Method in interface org.xwiki.template.TemplateManager
-
Execute and render the template in current target syntax.
- REQUEST - org.xwiki.template.TemplateContent.UniqueContext
-
Unique for the whole request.
S
- setName(String) - Method in class org.xwiki.template.macro.TemplateMacroParameters
- setOutput(boolean) - Method in class org.xwiki.template.macro.TemplateMacroParameters
T
- Template - Interface in org.xwiki.template
-
A template.
- TemplateContent - Interface in org.xwiki.template
-
The content of a template.
- TemplateContent.UniqueContext - Enum in org.xwiki.template
-
The various contexts in which to make a template unique.
- TemplateDeletedEvent - Class in org.xwiki.template.event
-
Fired when a template is deleted.
- TemplateDeletedEvent() - Constructor for class org.xwiki.template.event.TemplateDeletedEvent
-
Matches any
TemplateDeletedEvent
. - TemplateDeletedEvent(String) - Constructor for class org.xwiki.template.event.TemplateDeletedEvent
- TemplateEvent - Interface in org.xwiki.template.event
-
An event related to a template.
- TemplateMacroParameters - Class in org.xwiki.template.macro
-
Parameters for the
TemplateMacro
Macro. - TemplateMacroParameters() - Constructor for class org.xwiki.template.macro.TemplateMacroParameters
- TemplateManager - Interface in org.xwiki.template
-
Internal toolkit to experiment on wiki-based templates.
- TemplateScriptService - Class in org.xwiki.template.script
-
Internal helper to manipulate wiki based templates from scripts.
- TemplateScriptService() - Constructor for class org.xwiki.template.script.TemplateScriptService
- TemplateUpdatedEvent - Class in org.xwiki.template.event
-
Fired when a template is modified.
- TemplateUpdatedEvent() - Constructor for class org.xwiki.template.event.TemplateUpdatedEvent
-
Matches any
TemplateUpdatedEvent
. - TemplateUpdatedEvent(String) - Constructor for class org.xwiki.template.event.TemplateUpdatedEvent
V
- valueOf(String) - Static method in enum org.xwiki.template.TemplateContent.UniqueContext
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xwiki.template.TemplateContent.UniqueContext
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages