Uses of Interface
com.funnelback.common.filter.jsoup.SetupContext
-
Packages that use SetupContext Package Description com.funnelback.common.filter.jsoup -
-
Uses of SetupContext in com.funnelback.common.filter.jsoup
Methods in com.funnelback.common.filter.jsoup that return SetupContext Modifier and Type Method Description SetupContext
FilterContext. getSetup()
A representation of the setup details for this filter.Methods in com.funnelback.common.filter.jsoup with parameters of type SetupContext Modifier and Type Method Description default void
IJSoupFilter. setup(SetupContext setup)
Perform any setup the filter may need before process is first called.
-