Package org.mapfish.print.processor
Interface RequireAttributes
- All Known Implementing Classes:
CreateMapPagesProcessor
,DataSourceProcessor
public interface RequireAttributes
Processor that requires attribute.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttribute
(String name, Attribute attribute) Set the attribute.
-
Method Details
-
setAttribute
Set the attribute.- Parameters:
name
- the attribute nameattribute
- the attribute
-