MCPcopy Create free account

hub / github.com/xmlet/HtmlFlow / functions

Functions777 in github.com/xmlet/HtmlFlow

MethodthreadSafe
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:56
MethodthreadSafe
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:85
MethodthreadSafe
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:29
MethodthreadUnsafe
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:61
MethodthreadUnsafe
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:31
MethodtoString
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/ViewModels.kt:19
MethodtoString
()
htmlflow-core/src/test/java/htmlflow/test/model/Student.java:15
MethodtoptracksTemplateDynamicTwice
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlDynamicChainTwiceOnTopgenius.java:16
MethodtoptracksTemplateOfAndDynamic
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlDynamicChainTwiceOnTopgenius.java:59
MethodtrackView
Sample showcase of data binding with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:93
MethodtrackView
* Sample showcase of data binding with HtmlView */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:63
MethodtryCompanionObject
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:83
MethodtryDefaultConstructor
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:100
MethodtryObjectInstance
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:75
MethodtrySingletonInstance
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:92
MethodtryViewFactoryConstructor
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:108
Methodview
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
MethodviewAsync
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
MethodviewAsyncWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:80
MethodviewSuspendHot
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:19
MethodviewSuspendHot
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:24
MethodviewWithNoIndent
()
htmlflow-core/src/test/java/htmlflow/test/TestIndentation.java:64
Methodview_script_type_module
()
htmlflow-core/src/test/java/htmlflow/test/TestNewScriptTypes.java:18
Methodview_with_boolean_attribute_too_false_should_suppress_emit
()
htmlflow-core/src/test/java/htmlflow/test/TestBooleanAttributes.java:19
Methodview_with_boolean_attribute_too_true_should_suppress_should_emit
()
htmlflow-core/src/test/java/htmlflow/test/TestBooleanAttributes.java:46
Methodview_with_illegal_use_of_suspending
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:28
Methodview_with_suspend_function_awaiting
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinSuspend.kt:54
MethodvisitAttributeBoolean
To distinguish boolean attributes from others. @param name Attribute name @param value Attribute value
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:201
MethodvisitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:71
MethodvisitAwait
( E element, AwaitConsumer<E, M> asyncHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitorAsync.java:42
MethodvisitAwait
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
MethodvisitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:119
MethodvisitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:100
MethodvisitAwait
( E e, AwaitConsumer<E, M> awaitConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:72
MethodvisitAwait
( E element, AwaitConsumer<E, M> asyncAction )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:118
MethodvisitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:52
MethodvisitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:58
MethodvisitAwait
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:44
MethodvisitComment
(Text<? extends Element, R> text)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:222
MethodvisitDynamic
( E element, BiConsumer<E, U> dynamicHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:51
MethodvisitDynamic
( E e, BiConsumer<E, U> biConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:125
MethodvisitDynamic
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
MethodvisitDynamic
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
MethodvisitDynamic
( E e, BiConsumer<E, U> biConsumer )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:64
MethodvisitDynamic
( E element, BiConsumer<E, U> dynamicHtmlBlock )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:107
MethodvisitDynamic
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:47
MethodvisitDynamic
* 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
MethodvisitDynamic
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:36
MethodvisitElement
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
MethodvisitElementRoot
(Root<Z> var1)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:309
MethodvisitMfe
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
MethodvisitMfe
( E e, Consumer<MfeConfiguration> mfeConfiguration )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:61
MethodvisitMfe
( E e, Consumer<MfeConfiguration> mfeConfiguration )
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:90
MethodvisitParent
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
MethodvisitParentArea
(Area<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:359
MethodvisitParentBase
(Base<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:374
MethodvisitParentBr
(Br<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:339
MethodvisitParentCol
(Col<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:344
MethodvisitParentEmbed
(Embed<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:324
MethodvisitParentHr
(Hr<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:319
MethodvisitParentImg
(Img<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:354
MethodvisitParentInput
(Input<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:329
MethodvisitParentLink
(Link<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:364
MethodvisitParentMeta
(Meta<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:334
MethodvisitParentParam
(Param<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:369
MethodvisitParentRoot
(Root<Z> var1)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:312
MethodvisitParentSource
(Source<Z> element)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:349
MethodvisitRaw
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
Methodwhen_calling_the_addScapeMethod_with_null_replacement_then_throw_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/EscapersTest.java:10
Methodwhen_escape_code_is_empty_then_return_empty_string
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:29
Methodwhen_escape_code_is_null_then_throw_NullPointerException
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:15
Methodwhen_escape_triggers_escapeUnsafeChar_then_it_is_called
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:43
Methodwhen_no_escape_is_needed_text_does_not_change
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensions.kt:46
Methodwhen_no_html_characters_then_return_same_string
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/HtmlEscapersTest.java:19
Methodwrite
(M model)
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:73
Methodwrite
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:34
Methodwrite_and_assert_asyncview
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:103
← previous701–777 of 777, ranked by callers