@Component @Scope(value="prototype") public class MoveForm extends Object
| Constructor and Description |
|---|
MoveForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAcceptedTypes() |
String |
getBasePath() |
String[] |
getExcludedTypes() |
String[] |
getIgnoredPaths() |
String |
getNavigationPath() |
String |
getTargetPath() |
void |
setAcceptedTypes(String[] acceptedTypes) |
void |
setBasePath(String basePath) |
void |
setExcludedTypes(String[] excludedTypes) |
void |
setIgnoredPaths(String[] ignoredPaths) |
void |
setNavigationPath(String navigationPath) |
void |
setTargetPath(String targetPath) |
public String getTargetPath()
public void setTargetPath(String targetPath)
public String getBasePath()
public void setBasePath(String basePath)
public String getNavigationPath()
public void setNavigationPath(String navigationPath)
public String[] getIgnoredPaths()
public void setIgnoredPaths(String[] ignoredPaths)
public String[] getAcceptedTypes()
public void setAcceptedTypes(String[] acceptedTypes)
public String[] getExcludedTypes()
public void setExcludedTypes(String[] excludedTypes)
Copyright © 2022 OSIVIA. All rights reserved.