Uses of Class
htmlflow.HtmlVisitorCache
-
Packages that use HtmlVisitorCache Package Description htmlflow -
-
Uses of HtmlVisitorCache in htmlflow
Subclasses of HtmlVisitorCache in htmlflow Modifier and Type Class Description classHtmlVisitorPrintStreamclassHtmlVisitorStringBuilderThis is the implementation of the ElementVisitor (from HtmlApiFaster library) which uses an internal StringBuilder to collect information about visited Html elements of a HtmlView.Methods in htmlflow that return HtmlVisitorCache Modifier and Type Method Description protected abstract HtmlVisitorCacheHtmlVisitorCache. clone(boolean isIndented)Since HtmlVisitorCache is immutable this is the preferred way to create a copy of the existing HtmlVisitorCache instance with a different isIndented state.protected HtmlVisitorCacheHtmlVisitorPrintStream. clone(boolean isIndented)protected HtmlVisitorCacheHtmlVisitorStringBuilder. clone(boolean isIndented)HtmlVisitorCacheHtmlView. getVisitor()protected abstract HtmlVisitorCacheHtmlVisitorCache. newbie()Creates a new similar instance with all static bocks cleared.protected HtmlVisitorCacheHtmlVisitorPrintStream. newbie()Creates a new similar instance with all static bocks cleared.protected HtmlVisitorCacheHtmlVisitorStringBuilder. newbie()Creates a new similar instance with all static bocks cleared.Methods in htmlflow with parameters of type HtmlVisitorCache Modifier and Type Method Description protected HtmlView<T>DynamicHtml. clone(HtmlVisitorCache visitor)Resulting in a non thread safe view.protected abstract HtmlView<T>HtmlView. clone(HtmlVisitorCache visitor)Resulting in a non thread safe view.protected HtmlView<Object>StaticHtml. clone(HtmlVisitorCache visitor)Resulting in a non thread safe view.Method parameters in htmlflow with type arguments of type HtmlVisitorCache Modifier and Type Method Description protected HtmlView<T>DynamicHtml. clone(Supplier<HtmlVisitorCache> visitorSupplier, boolean threadSafe)Since HtmlView is immutable this is the preferred way to create a copy of the existing HtmlView instance with a different threadSafe state.protected abstract HtmlView<T>HtmlView. clone(Supplier<HtmlVisitorCache> visitorSupplier, boolean threadSafe)Since HtmlView is immutable this is the preferred way to create a copy of the existing HtmlView instance with a different threadSafe state.protected HtmlView<Object>StaticHtml. clone(Supplier<HtmlVisitorCache> visitorSupplier, boolean threadSafe)Since HtmlView is immutable this is the preferred way to create a copy of the existing HtmlView instance with a different threadSafe state.Constructor parameters in htmlflow with type arguments of type HtmlVisitorCache Constructor Description HtmlView(Supplier<HtmlVisitorCache> visitorSupplier, boolean threadSafe)
-