Uses of Class
com.composum.sling.clientlibs.processor.AbstractClientlibVisitor
-
Packages that use AbstractClientlibVisitor Package Description com.composum.sling.clientlibs.processor com.composum.sling.clientlibs.servlet -
-
Uses of AbstractClientlibVisitor in com.composum.sling.clientlibs.processor
Subclasses of AbstractClientlibVisitor in com.composum.sling.clientlibs.processor Modifier and Type Class Description class
ProcessingVisitor
Appends all embedded files to an input stream.protected static class
ProcessingVisitor.ExcludeDependenciesVisitor
If some files are included in / requested by dependencies of the rendered client library, these must not be included into the cached file, since these would be loaded twice by the page.class
RenderingVisitor
Visitor that realizes the rendering process for a client library.class
UpdateTimeVisitor
Determines the hash of the embedded items of a clientlib or -category for recency checking of cached files. -
Uses of AbstractClientlibVisitor in com.composum.sling.clientlibs.servlet
Subclasses of AbstractClientlibVisitor in com.composum.sling.clientlibs.servlet Modifier and Type Class Description protected class
ClientlibDebugConsolePlugin.DebugVisitor
-