Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ functions
Functions
777 in github.com/xmlet/HtmlFlow
⨍
Functions
777
◇
Types & classes
216
Method
threadSafe
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:56
Method
threadSafe
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:85
Method
threadSafe
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:29
Method
threadUnsafe
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:61
Method
threadUnsafe
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:31
Method
toString
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/ViewModels.kt:19
Method
toString
()
htmlflow-core/src/test/java/htmlflow/test/model/Student.java:15
Method
toptracksTemplateDynamicTwice
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlDynamicChainTwiceOnTopgenius.java:16
Method
toptracksTemplateOfAndDynamic
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlDynamicChainTwiceOnTopgenius.java:59
Method
trackView
Sample showcase of data binding with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:93
Method
trackView
* Sample showcase of data binding with HtmlView */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:63
Method
tryCompanionObject
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:83
Method
tryDefaultConstructor
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:100
Method
tryObjectInstance
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:75
Method
trySingletonInstance
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:92
Method
tryViewFactoryConstructor
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:108
Method
view
Create an HtmlView instance with the specified template using this Engine's configuration. @param template Function that consumes an HtmlView to prod
htmlflow-core/src/main/java/htmlflow/HtmlFlow.java:482
Method
viewAsync
Create an HtmlViewAsync instance with the specified template using this Engine's configuration. @param template Function that consumes an HtmlView to
htmlflow-core/src/main/java/htmlflow/HtmlFlow.java:520
Method
viewAsyncWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:80
Method
viewSuspendHot
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:19
Method
viewSuspendHot
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:24
Method
viewWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:64
Method
view_script_type_module
()
htmlflow-core/src/test/java/htmlflow/test/TestNewScriptTypes.java:18
Method
view_with_boolean_attribute_too_false_should_suppress_emit
()
htmlflow-core/src/test/java/htmlflow/test/TestBooleanAttributes.java:19
Method
view_with_boolean_attribute_too_true_should_suppress_should_emit
()
htmlflow-core/src/test/java/htmlflow/test/TestBooleanAttributes.java:46
Method
view_with_illegal_use_of_suspending
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:28
Method
view_with_suspend_function_awaiting
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:54
Method
visitAttributeBoolean
To distinguish boolean attributes from others. @param name Attribute name @param value Attribute value
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:201
Method
visitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:71
Method
visitAwait
( E element, AwaitConsumer<E, M> asyncHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitorAsync.java:42
Method
visitAwait
To ensure well-formed HTML and enable asynchronous rendering of templates we rely on continuations. The PreprocessingVisitorAsync builds a chain of co
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:145
Method
visitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:119
Method
visitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:100
Method
visitAwait
( E e, AwaitConsumer<E, M> awaitConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:72
Method
visitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:118
Method
visitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:52
Method
visitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:58
Method
visitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:44
Method
visitComment
(Text<? extends Element, R> text)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:222
Method
visitDynamic
( E element, BiConsumer<E, U> dynamicHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:51
Method
visitDynamic
( E e, BiConsumer<E, U> biConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:125
Method
visitDynamic
Here we are creating 2 HtmlContinuation objects: one for previous static HTML and a next one corresponding to the consumer passed to dynamic(). We wil
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:93
Method
visitDynamic
We only allow a single call to visitDynamic when we are preprocessing the template function and building an invocation chain of HtmlContinuation objec
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:74
Method
visitDynamic
( E e, BiConsumer<E, U> biConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:64
Method
visitDynamic
( E element, BiConsumer<E, U> dynamicHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:107
Method
visitDynamic
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:47
Method
visitDynamic
* Here we are creating 2 HtmlContinuation objects: one for previous static HTML and a next one * corresponding to the consumer passed to dynamic(
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:31
Method
visitDynamic
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:36
Method
visitElement
This method appends the String {@code "<elementName"} and it leaves the element open to include additional attributes. Before that it may close the pa
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:154
Method
visitElementRoot
(Root<Z> var1)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:309
Method
visitMfe
Processes and renders a Micro Frontend (MFE) component within an HTML element. <p>This method handles the creation and configuration of MFE component
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:251
Method
visitMfe
( E e, Consumer<MfeConfiguration> mfeConfiguration )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:61
Method
visitMfe
( E e, Consumer<MfeConfiguration> mfeConfiguration )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:90
Method
visitParent
Writes the end tag for elementName: {@code "</elementName>."}. This visit occurs when the º() is invoked.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:165
Method
visitParentArea
(Area<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:359
Method
visitParentBase
(Base<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:374
Method
visitParentBr
(Br<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:339
Method
visitParentCol
(Col<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:344
Method
visitParentEmbed
(Embed<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:324
Method
visitParentHr
(Hr<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:319
Method
visitParentImg
(Img<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:354
Method
visitParentInput
(Input<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:329
Method
visitParentLink
(Link<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:364
Method
visitParentMeta
(Meta<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:334
Method
visitParentParam
(Param<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:369
Method
visitParentRoot
(Root<Z> var1)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:312
Method
visitParentSource
(Source<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:349
Method
visitRaw
To distinguish from text() that escapes HTML by default. This raw() acts like text() but keeping text as it is.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:216
Method
when_calling_the_addScapeMethod_with_null_replacement_then_throw_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/EscapersTest.java:10
Method
when_escape_code_is_empty_then_return_empty_string
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:29
Method
when_escape_code_is_null_then_throw_NullPointerException
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:15
Method
when_escape_triggers_escapeUnsafeChar_then_it_is_called
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:43
Method
when_no_escape_is_needed_text_does_not_change
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensions.kt:46
Method
when_no_html_characters_then_return_same_string
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/HtmlEscapersTest.java:19
Method
write
(M model)
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:73
Method
write
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:34
Method
write_and_assert_asyncview
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:103
← previous
701–777 of 777, ranked by callers