Uses of Class
com.helger.html.hc.config.EHCScriptInlineMode
-
Packages that use EHCScriptInlineMode Package Description com.helger.html.hc.config com.helger.html.hc.html.script -
-
Uses of EHCScriptInlineMode in com.helger.html.hc.config
Fields in com.helger.html.hc.config declared as EHCScriptInlineMode Modifier and Type Field Description static EHCScriptInlineModeHCSettings. DEFAULT_SCRIPT_INLINE_MODEBy default inline scripts are emitted in mode "plain text"Methods in com.helger.html.hc.config that return EHCScriptInlineMode Modifier and Type Method Description static EHCScriptInlineModeHCSettings. getScriptInlineMode()static EHCScriptInlineModeEHCScriptInlineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCScriptInlineMode[]EHCScriptInlineMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.config with parameters of type EHCScriptInlineMode Modifier and Type Method Description static voidHCSettings. setScriptInlineMode(EHCScriptInlineMode eMode)Set how the content of script elements should be emitted. -
Uses of EHCScriptInlineMode in com.helger.html.hc.html.script
Methods in com.helger.html.hc.html.script that return EHCScriptInlineMode Modifier and Type Method Description EHCScriptInlineModeAbstractHCScriptInline. getMode()EHCScriptInlineModeIHCScriptInline. getMode()Methods in com.helger.html.hc.html.script with parameters of type EHCScriptInlineMode Modifier and Type Method Description static voidAbstractHCScriptInline. setInlineScript(com.helger.xml.microdom.IMicroNodeWithChildren aElement, String sContent, EHCScriptInlineMode eMode, String sLineSeparator)IMPLTYPEAbstractHCScriptInline. setMode(EHCScriptInlineMode eMode)Set the masking mode.IMPLTYPEIHCScriptInline. setMode(EHCScriptInlineMode eMode)Set the masking mode.
-