render
public String render(Gadget gadget)
throws RenderingException
Render the gadget into a string by performing the following steps:
- Retrieve gadget specification information (GadgetSpec, MessageBundle, etc.)
- Fetch any preloaded data needed to handle the request, as handled by Preloader.
- Perform rewriting operations on the output content, handled by Rewriter.
- Parameters:
gadget - The gadget for the rendering operation.
- Returns:
- The rendered gadget content
- Throws:
RenderingException - if any issues arise that prevent rendering.