Class FacetState

All Implemented Interfaces:
ContentHandler

public class FacetState extends ChildlessState
state that reads facets.
Author:
Kohsuke KAWAGUCHI
  • Field Details

    • facetNames

      public static final Set<String> facetNames
      set of recognizable facet names
  • Constructor Details

    • FacetState

      public FacetState()
  • Method Details

    • startSelf

      protected void startSelf()
      Description copied from class: State
      performs a task that should be done before reading any child elements. derived-class can safely read startTag and/or parentState values.
      Overrides:
      startSelf in class State