Uses of Interface
com.helger.html.hc.config.IHCOnDocumentReadyProvider
-
Packages that use IHCOnDocumentReadyProvider Package Description com.helger.html.hc.config com.helger.html.hc.html.script com.helger.html.hc.special -
-
Uses of IHCOnDocumentReadyProvider in com.helger.html.hc.config
Classes in com.helger.html.hc.config that implement IHCOnDocumentReadyProvider Modifier and Type Class Description classDefaultHCOnDocumentReadyProviderDefault implementation ofIHCOnDocumentReadyProviderdoing nothing!Methods in com.helger.html.hc.config that return IHCOnDocumentReadyProvider Modifier and Type Method Description static IHCOnDocumentReadyProviderHCSettings. getOnDocumentReadyProvider()Methods in com.helger.html.hc.config with parameters of type IHCOnDocumentReadyProvider Modifier and Type Method Description static voidHCSettings. setOnDocumentReadyProvider(IHCOnDocumentReadyProvider aOnDocumentReadyProvider) -
Uses of IHCOnDocumentReadyProvider in com.helger.html.hc.html.script
Methods in com.helger.html.hc.html.script with parameters of type IHCOnDocumentReadyProvider Modifier and Type Method Description HCScriptInlineOnDocumentReadyHCScriptInlineOnDocumentReady. setOnDocumentReadyCode(IHCOnDocumentReadyProvider aODRProvider, IHasJSCode aOnDocumentReadyCode)Constructors in com.helger.html.hc.html.script with parameters of type IHCOnDocumentReadyProvider Constructor Description HCScriptInlineOnDocumentReady(IHCOnDocumentReadyProvider aODRProvider, IHasJSCode aOnDocumentReadyCode) -
Uses of IHCOnDocumentReadyProvider in com.helger.html.hc.special
Methods in com.helger.html.hc.special with parameters of type IHCOnDocumentReadyProvider Modifier and Type Method Description static voidHCSpecialNodeHandler. extractSpecialContent(IHCNode aNode, AbstractHCSpecialNodes<?> aSpecialNodes, IHCOnDocumentReadyProvider aOnDocumentReadyProvider)Extract all out-of-band nodes of the source node, merge JS and CSS and finally extract all special nodes into the passed object.static com.helger.commons.collection.impl.ICommonsList<IHCNode>HCSpecialNodeHandler. getMergedInlineCSSAndJSNodes(Iterable<? extends IHCNode> aNodes, IHCOnDocumentReadyProvider aOnDocumentReadyProvider)Merge all inline CSS and JS elements contained in the source nodes into one script elements
-