Interface EntryHandler


public interface EntryHandler
Common interface, introduced for ScreenDefHandler expandability. If ScreenDefHandler should be extended for parsing additional nested elements within tag, implementations of this interface should be registered through it's addEntryHandler() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(RequestEntry entry, Element element)