Package net.sourceforge.plantuml.servlet.utility
This package contains utility classes of the JEE PlantUml Server.
- NullOutputStream is used by the Map feature.
- UmlExtractor encapsulates the PlantUML library to decode the UML compressed source.
-
Class Summary Class Description Configuration Shared PlantUML Server configuration.NullOutputStream This output stream ignores everything and writes nothing.UmlExtractor Utility class to extract the UML source from the compressed UML source contained in the end part of the requested URI.UrlDataExtractor Utility class to extract the index and diagram source from an URL, e.g., returned by `request.getRequestURI()`.