@FunctionalInterface public interface ExtensionHandler
Extension.| Modifier and Type | Method and Description |
|---|---|
Extension |
handle(String tag,
String value)
Handles the tag and value pair, and returns the corresponded
Extension if it exists. |
Extension handle(String tag, String value) throws IOException
Extension if it exists.tag - the tagvalue - the valueExtension, or null if this can not handle the target labelIOException - if I/O error occurred while creating the extensionCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.