net.sf.tacos.link
Class FixPosLinkRenderer
java.lang.Object
org.apache.tapestry.link.DefaultLinkRenderer
net.sf.tacos.link.FixPosLinkRenderer
- All Implemented Interfaces:
- org.apache.tapestry.link.ILinkRenderer
public class FixPosLinkRenderer
- extends org.apache.tapestry.link.DefaultLinkRenderer
- Author:
- phraktle
Fields inherited from class org.apache.tapestry.link.DefaultLinkRenderer |
SHARED_INSTANCE |
Method Summary |
protected void |
beforeBodyRender(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.components.ILinkComponent link)
|
String |
getJavascriptCalls()
Used by PartialLink to get any additional Javascript calls this
renderer wishes to add. |
void |
renderLink(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.components.ILinkComponent linkComponent)
|
Methods inherited from class org.apache.tapestry.link.DefaultLinkRenderer |
afterBodyRender, constructURL, getElement, getHasBody, getTargetAttribute, getUrlAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final FixPosLinkRenderer INSTANCE
FixPosLinkRenderer
public FixPosLinkRenderer()
renderLink
public void renderLink(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.components.ILinkComponent linkComponent)
-
- Specified by:
renderLink
in interface org.apache.tapestry.link.ILinkRenderer
- Overrides:
renderLink
in class org.apache.tapestry.link.DefaultLinkRenderer
beforeBodyRender
protected void beforeBodyRender(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.components.ILinkComponent link)
-
- Overrides:
beforeBodyRender
in class org.apache.tapestry.link.DefaultLinkRenderer
getJavascriptCalls
public String getJavascriptCalls()
- Used by
PartialLink
to get any additional Javascript calls this
renderer wishes to add.
- Returns: