public class ParameterTableHandler extends Object implements ExtensionHandler
ParameterTable
.Modifier and Type | Field and Description |
---|---|
static String |
TAG
The extension tag name.
|
Constructor and Description |
---|
ParameterTableHandler() |
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. |
public static final String TAG
public Extension handle(String tag, String value) throws IOException
ExtensionHandler
Extension
if it exists.handle
in interface ExtensionHandler
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–2019 Asakusa Framework Team. All rights reserved.