public abstract class FileBasedView extends Object implements View
Constructor and Description |
---|
FileBasedView(File file) |
Modifier and Type | Method and Description |
---|---|
protected abstract Pattern |
getActionPattern() |
protected abstract Pattern |
getFormPattern() |
protected Pattern |
getLinkPattern() |
String |
getName()
Name of view file
|
Set<Target> |
getTargets()
Returns Set of Commands linked to by this view
|
protected String |
readFile(File file) |
public FileBasedView(File file)
public Set<Target> getTargets()
View
getTargets
in interface View
protected Pattern getLinkPattern()
protected abstract Pattern getActionPattern()
protected abstract Pattern getFormPattern()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.