Jelix 1.7.18

jIHTMLResponsePlugin
in

interface for plugins for jResponseBasicHtml or jResponseHtml, which allows to make changes in the response at several step.

Table of Contents

__construct()  : mixed
afterAction()  : mixed
called just before the jResponseBasicHtml::doAfterActions() call.
atBottom()  : mixed
called when the content is generated, and potentially sent, except the body end tag and the html end tags. This method can output directly some contents.
beforeOutput()  : mixed
called just before the final output. This is the opportunity to make changes before the head and body output. At this step the main content (if any) is already generated.
beforeOutputError()  : mixed
called just before the output of an error page.

Methods

afterAction()

called just before the jResponseBasicHtml::doAfterActions() call.

public afterAction() : mixed
Return values
mixed

atBottom()

called when the content is generated, and potentially sent, except the body end tag and the html end tags. This method can output directly some contents.

public atBottom() : mixed
Return values
mixed

beforeOutput()

called just before the final output. This is the opportunity to make changes before the head and body output. At this step the main content (if any) is already generated.

public beforeOutput() : mixed
Return values
mixed

beforeOutputError()

called just before the output of an error page.

public beforeOutputError() : mixed
Return values
mixed

Search results