| Constructor and Description |
|---|
Action(Action toCopy) |
Action(String name,
Integer len) |
Action(String name,
Integer len,
Boolean formHandler) |
Action(String name,
Integer len,
List<String> metadataParams) |
Action(String name,
List<String> params) |
Action(String name,
List<String> params,
Boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getLen() |
ch.ralscha.extdirectspring.bean.api.Action.Metadata |
getMetadata() |
String |
getName() |
List<String> |
getParams() |
Boolean |
isFormHandler() |
Boolean |
isStrict() |
public Action(Action toCopy)
Copyright © 2010–2015. All rights reserved.