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
given_async_work_with_double_delay_when_create_view_then_returns_thenable_and_prints_correct_html
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestSuspendableView.kt:121
Method
given_exception_on_append_on_add_attribute_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:41
Method
given_exception_on_append_on_add_comment_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:49
Method
given_exception_on_append_on_begin_tag_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:25
Method
given_exception_on_append_on_end_tag_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:33
Method
given_message_should_append_to_error_message
()
htmlflow-core/src/test/java/htmlflow/exceptions/HtmlFlowAppendExceptionTest.java:25
Method
given_template_with_async_and_await_should_write_template_correctly
()
htmlflow-core/src/test/java/htmlflow/test/TestAwaitDynamic.java:46
Method
given_underlying_exception_should_append_to_error_message
()
htmlflow-core/src/test/java/htmlflow/exceptions/HtmlFlowAppendExceptionTest.java:15
Method
html
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:60
Method
html
()
htmlflow-core/src/main/java/htmlflow/HtmlPage.java:80
Method
html
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:80
Method
htmlRender
(HtmlView view, T model)
flowifier/src/test/java/htmlflow/test/Utils.java:58
Method
htmlRender
(HtmlView view, T model)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:58
Method
htmlViewMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:569
Method
htmlWrite
(ByteArrayOutputStream mem)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:53
Method
initMap
()
htmlflow-core/src/test/java/htmlflow/test/TestAwaitDynamic.java:37
Method
isHtmlViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:201
Method
isRelevantClassFile
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:122
Method
isRelevantViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:193
Method
isUncloseable
Tells whether a JSoup node cannot be closed @param node the JSoup node @return <code>true</code> if the JSoup node cannot be closed, other
flowifier/src/main/java/htmlflow/flowifier/HtmlToJavaHtmlFlowNodeVisitor.java:83
Method
loadAndScanClass
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:95
Method
navbarFragment
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:251
Method
normalizeWhitespace
* Helper method to normalize whitespace in a string. * * This method replaces multiple spaces and tabs with a single space * and trims
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensions.kt:493
Method
ownerView
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:255
Method
partialInputField
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:225
Method
partialOwner
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:238
Method
performScan
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:81
Method
playlistView
Sample showcase of loop with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:139
Method
playlistView
* Sample showcase of loop with HtmlView */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:112
Method
playlistViewAsync
Sample showcase of loop with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:169
Method
playlistViewAsync
* Sample showcase of loop with HtmlViewAsync */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:145
Method
playlistViewSuspend
* Sample showcase of loop with HtmlViewSuspend */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:186
Method
processClasspathResource
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:74
Method
processFileSystemResource
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:84
Method
processViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:133
Method
render
()
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:59
Method
renderAsync
(M model)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:77
Method
renderViewWithModel
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:131
Method
resolve
Processing output.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:295
Method
resolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:82
Method
resolve
Processes the template and injects MFE script tags. <p>This method first calls the parent's resolve method to create the continuation chain, then tra
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitorMfe.java:79
Method
resolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:76
Method
resolve
Creates the last static HTML block.
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:152
Method
resolve
Processing output through invocation of HtmlContinuation objects chain.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:57
Method
resolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:54
Method
resolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:67
Method
resolve
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:21
Method
resolve
Creates the last static HTML block. */
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:114
Method
resolve
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:22
Method
resolveViewThroughHierarchy
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:52
Method
rxViewWithListingFromObservable
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/TestReactiveView.java:64
Method
scanDirectory
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:95
Method
scanForViews
* Scans the classpath for views of type [HtmlView] compatible with model type [T]. */
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:47
Method
scanMethodsForViews
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:122
Method
setIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:92
Method
setIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:66
Method
setIndented
Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.
htmlflow-core/src/main/java/htmlflow/HtmlPage.java:102
Method
setIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:66
Method
setIndented
Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.
htmlflow-core/src/main/java/htmlflow/HtmlView.java:141
Method
setIndented
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:22
Method
setIndented
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:23
Method
setPreEncoding
(boolean preEncoding)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:71
Method
setUp
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:30
Method
shouldExcludePackage
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:118
Method
shouldNotRenderStreamingMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:59
Method
shouldRenderMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:14
Method
shouldRenderStreamingMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:38
Method
shouldSkipClass
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:189
Method
should_change_visitors_when_caching_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:129
Method
should_change_visitors_when_caching_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:129
Method
should_change_visitors_when_caching_changes
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:160
Method
should_escape_correctly_for_safe_characters
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:65
Method
should_handle_dynamic_content_with_state_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:107
Method
should_handle_dynamic_content_with_state_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:107
Method
should_handle_dynamic_content_with_state_changes
* Test simple dynamic content with hot reload. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:136
Method
should_not_cache_state_between_renders
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:34
Method
should_not_cache_state_between_renders
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:34
Method
should_not_cache_state_between_renders
* Test state isolation between renders - hot reload should not cache state. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:45
Method
should_scape_html_characters
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/HtmlEscapersTest.java:9
Method
should_show_difference_between_hot_and_cached
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:75
Method
should_show_difference_between_hot_and_cached
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:75
Method
should_show_difference_between_hot_and_cached
* Test comparison between hot and cached views with state. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:96
Method
should_support_thread_safety
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:149
Method
should_use_cached_visitor_when_caching_enabled
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:58
Method
should_use_cached_visitor_when_caching_enabled
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:58
Method
should_use_cached_visitor_when_caching_enabled
* Test that regular viewSuspend with caching=true uses cached visitor. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:74
Method
should_use_hot_visitor
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:17
Method
should_use_hot_visitor
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:17
Method
should_use_suspend_hot_visitor
* Test that HtmlViewSuspendHot uses the correct visitor type. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:28
Method
simpleTableView
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:40
Method
simpleTableView
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlTables.java:41
Method
stringMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:570
Method
tail
(final Node node, final int depth)
flowifier/src/main/java/htmlflow/flowifier/AbstractHtmlToJavaHtmlFlowNodeVisitor.java:511
Method
taskDetailsTemplate
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlLists.java:87
Method
taskDetailsTemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/TestDynamicVersusOfWithPartials.java:92
Method
taskDetailsTemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlLists.java:91
Method
taskListRow
(Tbody<?> tbody, Task task)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:126
Method
taskListRow
(Tbody<?> tbody, Task task)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlTables.java:127
Method
taskListViewWithPartials
An example of a dynamic view with an Iterable<Task> as domain model and an array with two partial views: a div heading and table row.
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:79
Method
taskTableView
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:135
← previous
next →
501–600 of 777, ranked by callers