Package org.mapfish.print
Interface MapPrinterFactory
- All Known Implementing Classes:
ServletMapPrinterFactory
public interface MapPrinterFactory
Interface for a class that creates MapPrinters.
-
Method Summary
-
Method Details
-
create
Creates the appropriate map printer.- Parameters:
app
- an identifier that controls which configuration to use.- Throws:
NoSuchAppException
-
getAppIds
Return the set of app ids that are available.
-