|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.cms.task.ParameterWrapper
org.apache.lenya.cms.task.TaskParameters
public class TaskParameters
| Field Summary | |
|---|---|
static java.lang.String |
PREFIX
|
static java.lang.String[] |
REQUIRED_KEYS
|
| Constructor Summary | |
|---|---|
TaskParameters(java.util.Map prefixedParameters)
Ctor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrefix()
Returns the namespace prefix. |
Publication |
getPublication()
Returns the publication. |
protected java.lang.String[] |
getRequiredKeys()
Returns the required keys. |
void |
setPublication(Publication publication)
Sets the publication. |
void |
setServletContextPath(java.lang.String servletContextPath)
Sets the servlet context path. |
| Methods inherited from class org.apache.lenya.cms.task.ParameterWrapper |
|---|
get, getMap, getMissingKeys, isComplete, parameterize, put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] REQUIRED_KEYS
public static final java.lang.String PREFIX
| Constructor Detail |
|---|
public TaskParameters(java.util.Map prefixedParameters)
prefixedParameters - The prefixed parameters .| Method Detail |
|---|
public java.lang.String getPrefix()
ParameterWrapper
getPrefix in class ParameterWrapperParameterWrapper.getPrefix()protected java.lang.String[] getRequiredKeys()
ParameterWrapper
getRequiredKeys in class ParameterWrapperParameterWrapper.getRequiredKeys()
public Publication getPublication()
throws ExecutionException
ExecutionException - when something went wrong.public void setPublication(Publication publication)
publication - A publication.public void setServletContextPath(java.lang.String servletContextPath)
servletContextPath - A string.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||