|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditView
This class holds the interface of a WebManager specific view. The edit view contains a location (name of the Siteworks template or JSP) and a value. The value is the identifier of the view which can be overwritten by the registration of a second edit view with the same value.
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
Returns the jsp location or template name of the EditView. |
java.lang.String |
getValue()
Returns the identifying value of the EditView. |
boolean |
isEmpty()
Returns true if this view is empty |
boolean |
isViewByJsp()
Returns true if the location contains a relative path to a jsp. |
boolean |
isViewByTemplate()
Returns true if the location contains a template name. |
| Method Detail |
|---|
java.lang.String getLocation()
java.lang.String getValue()
boolean isViewByTemplate()
boolean isViewByJsp()
boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||