- ERROR - Static variable in class org.apache.fop.events.model.EventSeverity
-
error level
- Event - Class in org.apache.fop.events
-
This is the default event class used by this package.
- Event(Object, String, EventSeverity, Map<String, Object>) - Constructor for class org.apache.fop.events.Event
-
Creates a new Event using default locale.
- Event(Object, String, EventSeverity, Locale, Map<String, Object>) - Constructor for class org.apache.fop.events.Event
-
Creates a new Event.
- Event.ParamsBuilder - Class in org.apache.fop.events
-
This class is a fluent builder class for building up the parameter map.
- EventBroadcaster - Interface in org.apache.fop.events
-
The EventBroadcaster is the central relay point for events.
- EventConventionException - Exception in org.apache.fop.eventtools
-
This exception is used to indicate a violation of the conventions for event producers.
- EventConventionException(String) - Constructor for exception org.apache.fop.eventtools.EventConventionException
-
Creates a new EventConventionException
- EventExceptionManager - Class in org.apache.fop.events
-
This class is responsible for converting events into exceptions.
- EventExceptionManager.ExceptionFactory - Interface in org.apache.fop.events
-
This interface is implementation by exception factories that can create exceptions from
events.
- EventFormatter - Class in org.apache.fop.events
-
Converts events into human-readable, localized messages.
- EventFormatter.LookupFieldPartFactory - Class in org.apache.fop.events
-
PartFactory for lookups.
- EventListener - Interface in org.apache.fop.events
-
This interface is implemented by clients who want to listen for events.
- EventMethodModel - Class in org.apache.fop.events.model
-
Represents an event method.
- EventMethodModel(String, EventSeverity) - Constructor for class org.apache.fop.events.model.EventMethodModel
-
Creates an new instance.
- EventMethodModel.Parameter - Class in org.apache.fop.events.model
-
Represents an event parameter.
- EventModel - Class in org.apache.fop.events.model
-
Represents a whole event model that supports multiple event producers.
- EventModel() - Constructor for class org.apache.fop.events.model.EventModel
-
Creates a new, empty event model
- EventModelParser - Class in org.apache.fop.events.model
-
This is a parser for the event model XML.
- EventProducer - Interface in org.apache.fop.events
-
This is a marker interface which all event producer interfaces need to extend.
- EventProducerCollectorTask - Class in org.apache.fop.eventtools
-
Ant task which inspects a file set for Java interfaces which extend the
EventProducer interface.
- EventProducerCollectorTask() - Constructor for class org.apache.fop.eventtools.EventProducerCollectorTask
-
- EventProducerModel - Class in org.apache.fop.events.model
-
Represents the model of an event producer with multiple event methods.
- EventProducerModel(String) - Constructor for class org.apache.fop.events.model.EventProducerModel
-
Creates a new instance.
- EventSeverity - Class in org.apache.fop.events.model
-
Enumeration class for event severities.
- execute() - Method in class org.apache.fop.eventtools.EventProducerCollectorTask
- getContentHandler(EventModel) - Static method in class org.apache.fop.events.model.EventModelParser
-
Creates a new ContentHandler instance that you can send the event model XML to.
- getEventGroupID() - Method in class org.apache.fop.events.Event
-
Returns the event group identifier.
- getEventID() - Method in class org.apache.fop.events.Event
-
Returns the event identifier.
- getEventKey() - Method in class org.apache.fop.events.Event
-
Returns the event key.
- getEventProducerFor(Class) - Method in class org.apache.fop.events.DefaultEventBroadcaster
-
Returns an event producer instance for the given interface class.
- getEventProducerFor(Class<T>) - Method in interface org.apache.fop.events.EventBroadcaster
-
Returns an event producer instance for the given interface class.
- getExceptionClass() - Method in interface org.apache.fop.events.EventExceptionManager.ExceptionFactory
-
Returns the
Exception class created by this factory.
- getExceptionClass() - Method in class org.apache.fop.events.model.EventMethodModel
-
Returns the primary exception class for this event method.
- getFormat() - Method in class org.apache.fop.events.EventFormatter.LookupFieldPartFactory
- getInterfaceName() - Method in class org.apache.fop.events.model.EventProducerModel
-
Returns the fully qualified interface name of the event producer.
- getLocale() - Method in class org.apache.fop.events.Event
-
Returns the locale.
- getMethod(String) - Method in class org.apache.fop.events.model.EventProducerModel
-
Returns the model instance of an event method for the given method name.
- getMethodName() - Method in class org.apache.fop.events.model.EventMethodModel
-
Returns the event method name
- getMethods() - Method in class org.apache.fop.events.model.EventProducerModel
-
Returns an iterator over the contained event producer methods.
- getName() - Method in class org.apache.fop.events.model.EventMethodModel.Parameter
-
Returns the parameter name.
- getName() - Method in class org.apache.fop.events.model.EventSeverity
-
- getParam(String) - Method in class org.apache.fop.events.Event
-
Returns a parameter.
- getParameters() - Method in class org.apache.fop.events.model.EventMethodModel
-
Returns an unmodifiable list of parameters for this event method.
- getParams() - Method in class org.apache.fop.events.Event
-
Returns an unmodifiable
Map with all event parameters.
- getProducer(String) - Method in class org.apache.fop.events.model.EventModel
-
Returns the model of an event producer with the given interface name.
- getProducer(Class) - Method in class org.apache.fop.events.model.EventModel
-
Returns the model of an event producer with the given interface.
- getProducers() - Method in class org.apache.fop.events.model.EventModel
-
Returns an iterator over the contained event producer models.
- getSeverity() - Method in class org.apache.fop.events.Event
-
Returns the severity level.
- getSeverity() - Method in class org.apache.fop.events.model.EventMethodModel
-
Returns the event's severity level.
- getTranslationFile() - Method in class org.apache.fop.eventtools.EventProducerCollectorTask
-
Returns the translation file for the event producer methods.
- getType() - Method in class org.apache.fop.events.model.EventMethodModel.Parameter
-
Returns the parameter type.