public class RichInlineTagEmitter extends Object implements InlineTagEmitter
| Constructor and Description |
|---|
RichInlineTagEmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
feedLine(String line) |
boolean |
hasCache() |
void |
registerCatcher(InlineTagCatcher catcher) |
Optional<Tag> |
stopAndEmit() |
public void feedLine(String line)
feedLine in interface InlineTagEmitterpublic void registerCatcher(InlineTagCatcher catcher)
registerCatcher in interface InlineTagEmitterpublic Optional<Tag> stopAndEmit()
stopAndEmit in interface InlineTagEmitterpublic boolean hasCache()
hasCache in interface InlineTagEmitterCopyright © 2019. All rights reserved.