Package | Description |
---|---|
org.apache.turbine.services.pull.tools |
Pull Tools to be used in a template based view.
|
Modifier and Type | Method and Description |
---|---|
TemplateLink |
TemplateLink.addPathInfo(org.apache.fulcrum.parser.ParameterParser pp)
Adds a name=value pair for every entry in a ParameterParser
object to the path_info string.
|
TemplateLink |
TemplateLink.addPathInfo(String name,
double value)
Adds a name=value pair to the path_info string.
|
TemplateLink |
TemplateLink.addPathInfo(String name,
int value)
Adds a name=value pair to the path_info string.
|
TemplateLink |
TemplateLink.addPathInfo(String name,
long value)
Adds a name=value pair to the path_info string.
|
TemplateLink |
TemplateLink.addPathInfo(String name,
Object value)
Adds a name=value pair to the path_info string.
|
TemplateLink |
TemplateLink.addPathInfo(String name,
String value)
Adds a name=value pair to the path_info string.
|
TemplateLink |
TemplateLink.addQueryData(org.apache.fulcrum.parser.ParameterParser pp)
Adds a name=value pair for every entry in a ParameterParser
object to the query string.
|
TemplateLink |
TemplateLink.addQueryData(String name,
double value)
Adds a name=value pair to the query string.
|
TemplateLink |
TemplateLink.addQueryData(String name,
int value)
Adds a name=value pair to the query string.
|
TemplateLink |
TemplateLink.addQueryData(String name,
long value)
Adds a name=value pair to the query string.
|
TemplateLink |
TemplateLink.addQueryData(String name,
Object value)
Adds a name=value pair to the query string.
|
TemplateLink |
TemplateLink.addQueryData(String name,
String value)
Adds a name=value pair to the query string.
|
TemplateLink |
TemplateLink.removePathInfo()
Removes all the path info elements.
|
TemplateLink |
TemplateLink.removePathInfo(String name)
Removes a name=value pair from the path info.
|
TemplateLink |
TemplateLink.removeQueryData()
Removes all the query string elements.
|
TemplateLink |
TemplateLink.removeQueryData(String name)
Removes a name=value pair from the query string.
|
TemplateLink |
TemplateLink.setAction(String action)
Sets the action= value for this URL.
|
TemplateLink |
TemplateLink.setActionEvent(String action,
String event)
Sets the action= and eventSubmit= values for this URL.
|
TemplateLink |
TemplateLink.setEncodeURLOff()
This will turn off the execution of res.encodeURL()
by making res == null.
|
TemplateLink |
TemplateLink.setPage(String template)
Sets the template variable used by the Template Service.
|
TemplateLink |
TemplateLink.setReference(String reference)
Sets a reference anchor (#ref).
|
TemplateLink |
TemplateLink.setScreen(String screen)
Sets the screen= value for this URL.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.