Package | Description |
---|---|
org.apache.turbine.om | |
org.apache.turbine.services.intake | |
org.apache.turbine.services.localization | |
org.apache.turbine.services.pull |
Provides application tools that are put into the context of a template view.
|
org.apache.turbine.services.pull.tools |
Pull Tools to be used in a template based view.
|
org.apache.turbine.services.pull.util | |
org.apache.turbine.services.schedule |
The scheduler service can run tasks in the background.
|
org.apache.turbine.services.session |
The session service allows you to access session information of the servlet container.
|
org.apache.turbine.util.template |
Template related utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
OMTool
A Pull tool to make om objects available to a template
|
Modifier and Type | Class and Description |
---|---|
class |
IntakeTool
The main class through which Intake is accessed.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizationTool
A pull tool which provides lookups for localized text by delegating
to the configured Fulcrum
LocalizationService . |
Modifier and Type | Method and Description |
---|---|
static ApplicationTool |
TurbinePull.getTool(org.apache.velocity.context.Context context,
String name)
Helper method that allows you to easily get a tool
from a Context.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTool
Terribly simple tool to translate URIs into Turbine Links.
|
class |
TemplateLink
This is a pull to to be used in Templates to convert links in
Templates into the correct references.
|
class |
UITool
Manages all UI elements for a Turbine Application.
|
Modifier and Type | Class and Description |
---|---|
class |
DateFormatter
This pull tool is used to format date objects into strings.
|
class |
SessionData
Pull tool designed to be used in the session scope for storage of
temporary data.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulerTool
This tool is used to retrieve information about the job scheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionTool
A pull tool for accessing the SessionService from a velocity template.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlPageAttributes
Template context tool that can be used to set various attributes of a
HTML page.
|
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.