Dashboard > Labels > velocity-related
Label: velocity-related Log In   View a printable version of the current page.
View: Popular Labels | All Labels

All content with label velocity-related.
Related Labels: customising-looknfeel, faq_conf_dev

Working With Decorator Macros (Confluence User Guides and Documents)
Decorator Macros are Velocity http://jakarta.apache.org/velocity/userguide.html macros which are used to draw complex or variable parts of the page such as menus and breadcrumbs when editing Custom decorators Customising Layouts. Decorator macros can be inserted anywhere in your templates ...
Other labels: customising-looknfeel
Disable Velocity Caching (Confluence User Guides and Documents)
When you are developing for Confluence, it is often useful to disable the caching of the velocity templates so that you don't have to restart the server to see velocity changes. Perform the following modifications before starting the server, or restart it afterwards: # Edit ./confluence/src ...
Customising Layouts (Confluence User Guides and Documents)
You can customise the layout of your Confluence instance by editing the "decorators" that define the look and feel of the site. Confluence is built on top of the Open Source SiteMesh http://www.opensymphony.com/sitemesh/ library, a webpage layout system. Read more on the SiteMesh website ...
Other labels: customising-looknfeel
What's the easiest way to render a velocity template from Java code? (Confluence User Guides and Documents)
http://confluence.atlassian.com/images/icons/favicon.png! What's the easiest way to render a velocity template from Java code? Use VelocityUtils http://www.atlassian.com/software/confluence/docs/api/latest/com/atlassian/ confluence/util/VelocityUtils.html. You will need ...
Other labels: faq_conf_dev
Confluence rendering pipeline (Confluence User Guides and Documents)
Rendering frameworks There are two frameworks that do the template rendering in Confluence: Webwork and Sitemesh. The confusing bit is that both of them use Velocity as their templating engine. We try to distinguish them by using .vm for templates processed by Webwork, and .vmd for those processed ...
Confluence Objects Accessible From Velocity (Confluence User Guides and Documents)
complete list of objects available for use are: Name Description Doc Reference $body The body of the macro (if the macro has a body)   $param0n The parameters passed to your macro (as available)   $config The {{BootstrapManager}} object, useful for retrieving Confluence properties ...
Basic Introduction to Velocity (Confluence User Guides and Documents)
Example Usage A variable in velocity looks like this: $foo To set a variable: #set ($message = "Hello") A basic if statement: #if ($message == "Hello") Message received and is "Hello" #end A velocity variable which evaluates to null will simply render as the variable name. See ...
Recent Labels
innovation
video
ideas
netovation
wiki
picturethis
netociety
culture
management
london
fowa
2008
events
thales
proposal
more »

Popular Labels
database
faq_conf_dev
troubleshooting-faq
releasenotes
training
admin
howdoi-faq
administration
ideas
confluence22
news
enterprise2dot0
documentation
appserver
macro
more »
DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.1 Build:#916 Nov 09, 2007) - Bug/feature request - Contact Administrators