Class PropertyTagHandlerBase

java.lang.Object
ch.tocco.nice2.model.form.spi.reader.handler.PropertyTagHandlerBase
Direct Known Subclasses:
PropertyTagHandlerBase.ListHandler, PropertyTagHandlerBase.MapHandler

@Deprecated public abstract class PropertyTagHandlerBase extends Object
Deprecated.
This handler handles any <list> or <map> tag that occurs within the tag this handler is for. It additionally processes an optional @name attribute.
  • Field Details

    • stack

      protected final Deque<Object> stack
      Deprecated.
    • name

      protected String name
      Deprecated.
  • Constructor Details

    • PropertyTagHandlerBase

      public PropertyTagHandlerBase()
      Deprecated.
      Initializes this handler with a new String-Object map.
    • PropertyTagHandlerBase

      public PropertyTagHandlerBase(Map<String,Object> properties)
      Deprecated.
      Initializes this handler with the specified properites map. The specified map is filled up with new elements as processing the xml file.
      Parameters:
      properties - existing property map
    • PropertyTagHandlerBase

      protected PropertyTagHandlerBase(Deque<Object> stack)
      Deprecated.
      Constructs the handler setting the specified stack. This is used internally!
      Parameters:
      stack - the stack to work on
  • Method Details