Package ortus.boxlang.web.bifs
Class HtmlFooter
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.web.bifs.HtmlFooter
@BoxBIF
public class HtmlFooter
extends ortus.boxlang.runtime.bifs.BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, moduleService, runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke
(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Writes text to the footer section of a generated HTML page.static void
addToFooter
(ortus.boxlang.runtime.context.IBoxContext context, String text) Adds the `text` content to the footer section of an HTML page.Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
HtmlFooter
public HtmlFooter()Constructor
-
-
Method Details
-
_invoke
public Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Writes text to the footer section of a generated HTML page. It is useful for embedding JavaScript code, or putting other HTML tags or deferred scripts.- Specified by:
_invoke
in classortus.boxlang.runtime.bifs.BIF
- Parameters:
context
- The context in which the BIF is being invoked.arguments
- Argument scope for the BIF.
-