Skip navigation links
A C E G I M O R S T 

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 TemplateEvents.
AbstractTemplateEvent(String) - Constructor for class org.xwiki.template.event.AbstractTemplateEvent
 

C

createStringTemplate(String, DocumentReference) - Method in interface org.xwiki.template.TemplateManager
Create a new template using a given content and a specific author.

E

execute(String) - Method in class org.xwiki.template.script.TemplateScriptService
Execute the passed template.
execute(Template) - Method in interface org.xwiki.template.TemplateManager
Execute and return the template as XDOM.
execute(String) - Method in interface org.xwiki.template.TemplateManager
Execute and return the template as XDOM.
executeNoException(Template) - Method in interface org.xwiki.template.TemplateManager
Execute and return the template as XDOM.
executeNoException(String) - Method in interface org.xwiki.template.TemplateManager
Execute and return the template as XDOM.

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
 
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, Skin) - Method in interface org.xwiki.template.TemplateManager
Search the template with passed name in the passed skin.
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).
getXDOM(Template) - Method in interface org.xwiki.template.TemplateManager
Deprecated.
since 9.8 and 8.4.6. This API is dangerous and inconsistent, prefer TemplateManager.execute(Template)
getXDOM(String) - Method in interface org.xwiki.template.TemplateManager
Deprecated.
since 9.8 and 8.4.6. This API is dangerous and inconsistent, prefer TemplateManager.execute(String)
getXDOMNoException(Template) - Method in interface org.xwiki.template.TemplateManager
Deprecated.
since 9.8 and 8.4.6. This API is dangerous and inconsistent, prefer TemplateManager.executeNoException(Template)
getXDOMNoException(String) - Method in interface org.xwiki.template.TemplateManager
Deprecated.
since 9.8 and 8.4.6. This API is dangerous and inconsistent, prefer TemplateManager.executeNoException(String)

I

isAuthorProvided() - 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(Template, 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.
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, 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(Template, 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.

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.
TemplateDeletedEvent - Class in org.xwiki.template.event
Fired when a template is deleted.
TemplateDeletedEvent() - Constructor for class org.xwiki.template.event.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 bases 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
TemplateUpdatedEvent(String) - Constructor for class org.xwiki.template.event.TemplateUpdatedEvent
 
A C E G I M O R S T 
Skip navigation links

Copyright © 2004–2017 XWiki. All rights reserved.