public interface View
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_FTL |
static int |
TYPE_JSP |
static int |
TYPE_VM |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of view file
|
Set<Target> |
getTargets()
Returns Set of Commands linked to by this view
|
static final int TYPE_JSP
static final int TYPE_VM
static final int TYPE_FTL
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.