Uses of Class
org.apache.maven.doxia.site.ExternalJs
Packages that use ExternalJs
-
Uses of ExternalJs in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as ExternalJsModifier and TypeFieldDescriptionprivate ExternalJsMermaidConfiguration.externalJsThe URL from which to request the javascript used for rendering the diagrams.Methods in org.apache.maven.doxia.site that return ExternalJsModifier and TypeMethodDescriptionExternalJs.clone()Method clone.MermaidConfiguration.getExternalJs()Get the URL from which to request the javascript used for rendering the diagrams.Methods in org.apache.maven.doxia.site with parameters of type ExternalJsModifier and TypeMethodDescriptionvoidMermaidConfiguration.setExternalJs(ExternalJs externalJs) Set the URL from which to request the javascript used for rendering the diagrams. -
Uses of ExternalJs in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return ExternalJsModifier and TypeMethodDescriptionprivate ExternalJsSiteXpp3Reader.parseExternalJs(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseExternalJs.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type ExternalJsModifier and TypeMethodDescriptionprivate voidSiteXpp3Writer.writeExternalJs(ExternalJs externalJs, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeExternalJs.