Class RenderClientId
-
- org.apache.tapestry5.corelib.mixins.RenderClientId
-
public class RenderClientId extends
Forces a client element to render its client id by ensuring thatClientElement#getClientId()
is called. This is sometimes needed because, by design, most components (those that implementClientElement
) only render a client-side ID if their getClientId method is called sometime during the server-side DOM render. See theAny
component for an example of use.
-
-
Constructor Summary
Constructors Constructor Description RenderClientId()
-
-
-
Constructor Detail
-
RenderClientId
public RenderClientId()
-
-