public class ReferredPagesPlugin extends java.lang.Object implements Plugin
Parameters
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DEPTH
The maximum depth.
|
static int |
MIN_DEPTH
The minimum depth.
|
static java.lang.String |
PARAM_COLUMNS
Parameter name for setting the number of columns that will be displayed by the plugin.
|
static java.lang.String |
PARAM_DEPTH
The parameter name for the depth.
|
static java.lang.String |
PARAM_EXCLUDE
The parameter name for the excluded pages.
|
static java.lang.String |
PARAM_FORMAT
The parameter name for the format.
|
static java.lang.String |
PARAM_INCLUDE
The parameter name for the included pages.
|
static java.lang.String |
PARAM_ROOT
The parameter name for the root page to start from.
|
static java.lang.String |
PARAM_TYPE
The parameter name for the type of the references.
|
CORE_PLUGINS_RESOURCEBUNDLE| Constructor and Description |
|---|
ReferredPagesPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(Context context,
java.util.Map<java.lang.String,java.lang.String> params) |
public static final java.lang.String PARAM_ROOT
public static final java.lang.String PARAM_DEPTH
public static final java.lang.String PARAM_TYPE
public static final java.lang.String PARAM_INCLUDE
public static final java.lang.String PARAM_EXCLUDE
public static final java.lang.String PARAM_FORMAT
public static final java.lang.String PARAM_COLUMNS
public static final int MIN_DEPTH
public static final int MAX_DEPTH
public ReferredPagesPlugin()
public java.lang.String execute(Context context, java.util.Map<java.lang.String,java.lang.String> params) throws PluginException
execute in interface PluginPluginExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.