public class Util
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.tapestry.IRender |
getHeadRenderer(org.apache.tapestry.IRequestCycle cycle) |
static Page |
getPage(org.apache.tapestry.IRequestCycle cycle) |
static java.lang.String |
getProperty(java.lang.String name,
org.apache.tapestry.IRequestCycle cycle) |
static java.lang.String |
getTitle(org.apache.tapestry.IRequestCycle cycle) |
public static java.lang.String getTitle(org.apache.tapestry.IRequestCycle cycle)
public static java.lang.String getProperty(java.lang.String name,
org.apache.tapestry.IRequestCycle cycle)
public static Page getPage(org.apache.tapestry.IRequestCycle cycle)
public static org.apache.tapestry.IRender getHeadRenderer(org.apache.tapestry.IRequestCycle cycle)