MCPcopy Create free account

hub / github.com/xmlet/HtmlFlow / functions

Functions777 in github.com/xmlet/HtmlFlow

Methodgiven_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
Methodgiven_exception_on_append_on_add_attribute_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:41
Methodgiven_exception_on_append_on_add_comment_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:49
Methodgiven_exception_on_append_on_begin_tag_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:25
Methodgiven_exception_on_append_on_end_tag_should_rethrow_htmlFlow_exception
()
htmlflow-core/src/test/java/htmlflow/visitor/TagsTest.java:33
Methodgiven_message_should_append_to_error_message
()
htmlflow-core/src/test/java/htmlflow/exceptions/HtmlFlowAppendExceptionTest.java:25
Methodgiven_template_with_async_and_await_should_write_template_correctly
()
htmlflow-core/src/test/java/htmlflow/test/TestAwaitDynamic.java:46
Methodgiven_underlying_exception_should_append_to_error_message
()
htmlflow-core/src/test/java/htmlflow/exceptions/HtmlFlowAppendExceptionTest.java:15
Methodhtml
()
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:60
Methodhtml
()
htmlflow-core/src/main/java/htmlflow/HtmlPage.java:80
Methodhtml
()
htmlflow-core/src/main/java/htmlflow/HtmlView.java:80
MethodhtmlRender
(HtmlView view, T model)
flowifier/src/test/java/htmlflow/test/Utils.java:58
MethodhtmlRender
(HtmlView view, T model)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:58
MethodhtmlViewMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:569
MethodhtmlWrite
(ByteArrayOutputStream mem)
htmlflow-kotlin/src/test/java/htmlflow/test/Utils.java:53
MethodinitMap
()
htmlflow-core/src/test/java/htmlflow/test/TestAwaitDynamic.java:37
MethodisHtmlViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:201
MethodisRelevantClassFile
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:122
MethodisRelevantViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:193
MethodisUncloseable
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
MethodloadAndScanClass
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:95
MethodnavbarFragment
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:251
MethodnormalizeWhitespace
* 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
MethodownerView
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:255
MethodpartialInputField
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:225
MethodpartialOwner
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:238
MethodperformScan
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:81
MethodplaylistView
Sample showcase of loop with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:139
MethodplaylistView
* Sample showcase of loop with HtmlView */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:112
MethodplaylistViewAsync
Sample showcase of loop with HtmlView
htmlflow-core/src/test/java/htmlflow/test/views/HtmlPartials.java:169
MethodplaylistViewAsync
* Sample showcase of loop with HtmlViewAsync */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:145
MethodplaylistViewSuspend
* Sample showcase of loop with HtmlViewSuspend */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestKotlinExtensionsOnPartials.kt:186
MethodprocessClasspathResource
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:74
MethodprocessFileSystemResource
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:84
MethodprocessViewMethod
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:133
Methodrender
()
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:59
MethodrenderAsync
(M model)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:77
MethodrenderViewWithModel
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:131
Methodresolve
Processing output.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlVisitor.java:295
Methodresolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlDocVisitor.java:82
Methodresolve
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
Methodresolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsyncHot.java:76
Methodresolve
Creates the last static HTML block.
htmlflow-core/src/main/java/htmlflow/visitor/PreprocessingVisitor.java:152
Methodresolve
Processing output through invocation of HtmlContinuation objects chain.
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitor.java:57
Methodresolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorHot.java:54
Methodresolve
(Object model)
htmlflow-core/src/main/java/htmlflow/visitor/HtmlViewVisitorAsync.java:67
Methodresolve
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspendHot.kt:21
Methodresolve
Creates the last static HTML block. */
htmlflow-kotlin/src/main/kotlin/htmlflow/PreprocessingVisitorSuspend.kt:114
Methodresolve
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewVisitorSuspend.kt:22
MethodresolveViewThroughHierarchy
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ViewResolver.kt:52
MethodrxViewWithListingFromObservable
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/TestReactiveView.java:64
MethodscanDirectory
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:95
MethodscanForViews
* Scans the classpath for views of type [HtmlView] compatible with model type [T]. */
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathLoader.kt:47
MethodscanMethodsForViews
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:122
MethodsetIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:92
MethodsetIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:66
MethodsetIndented
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
MethodsetIndented
(boolean isIndented)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsyncHot.java:66
MethodsetIndented
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
MethodsetIndented
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspendHot.kt:22
MethodsetIndented
htmlflow-kotlin/src/main/kotlin/htmlflow/HtmlViewSuspend.kt:23
MethodsetPreEncoding
(boolean preEncoding)
htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:71
MethodsetUp
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:30
MethodshouldExcludePackage
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClasspathScanner.kt:118
MethodshouldNotRenderStreamingMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:59
MethodshouldRenderMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:14
MethodshouldRenderStreamingMicroFrontend
()
htmlflow-core/src/test/java/htmlflow/test/TestMfeView.java:38
MethodshouldSkipClass
htmlflow-view-loader/src/main/kotlin/htmlflow/viewloader/ClassInspector.kt:189
Methodshould_change_visitors_when_caching_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:129
Methodshould_change_visitors_when_caching_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:129
Methodshould_change_visitors_when_caching_changes
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:160
Methodshould_escape_correctly_for_safe_characters
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/core/ArrayBasedCharEscaperTest.java:65
Methodshould_handle_dynamic_content_with_state_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:107
Methodshould_handle_dynamic_content_with_state_changes
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:107
Methodshould_handle_dynamic_content_with_state_changes
* Test simple dynamic content with hot reload. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:136
Methodshould_not_cache_state_between_renders
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:34
Methodshould_not_cache_state_between_renders
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:34
Methodshould_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
Methodshould_scape_html_characters
()
htmlflow-core/src/test/java/htmlflow/visitor/escape/HtmlEscapersTest.java:9
Methodshould_show_difference_between_hot_and_cached
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:75
Methodshould_show_difference_between_hot_and_cached
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:75
Methodshould_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
Methodshould_support_thread_safety
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:149
Methodshould_use_cached_visitor_when_caching_enabled
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:58
Methodshould_use_cached_visitor_when_caching_enabled
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:58
Methodshould_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
Methodshould_use_hot_visitor
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewAsyncHot.java:17
Methodshould_use_hot_visitor
()
htmlflow-core/src/test/java/htmlflow/test/TestHtmlViewHot.java:17
Methodshould_use_suspend_hot_visitor
* Test that HtmlViewSuspendHot uses the correct visitor type. */
htmlflow-kotlin/src/test/kotlin/htmlflow/test/TestHtmlViewSuspendHot.kt:28
MethodsimpleTableView
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:40
MethodsimpleTableView
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlTables.java:41
MethodstringMethod
htmlflow-view-loader/src/test/kotlin/htmlflow/viewloader/HtmlFlowTemplatesTest.kt:570
Methodtail
(final Node node, final int depth)
flowifier/src/main/java/htmlflow/flowifier/AbstractHtmlToJavaHtmlFlowNodeVisitor.java:511
MethodtaskDetailsTemplate
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlLists.java:87
MethodtaskDetailsTemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/TestDynamicVersusOfWithPartials.java:92
MethodtaskDetailsTemplate
(HtmlPage view)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlLists.java:91
MethodtaskListRow
(Tbody<?> tbody, Task task)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:126
MethodtaskListRow
(Tbody<?> tbody, Task task)
htmlflow-core/src/test/java/htmlflow/test/views/HtmlTables.java:127
MethodtaskListViewWithPartials
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
MethodtaskTableView
(HtmlPage view)
flowifier/src/test/java/htmlflow/test/views/HtmlTables.java:135
← previousnext →501–600 of 777, ranked by callers