org.apache.tapestry5.corelib.mixins
Class RenderClientId

java.lang.Object
  extended by org.apache.tapestry5.corelib.mixins.RenderClientId

public class RenderClientId
extends java.lang.Object

Forces a client element to render its client id by ensuring that ClientElement#getClientId() is called. This is sometimes needed because, by design, most components (those that implement ClientElement) only render a client-side ID if their getClientId method is called sometime during the server-side DOM render.

See the Any component for an example of use.


Constructor Summary
RenderClientId()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderClientId

public RenderClientId()


Copyright © 2003-2012 The Apache Software Foundation.