|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.clients.context.AbstractFrontend
org.deegree_impl.clients.context.JSPFrontend
this class encapsulates the description of the front end of a GUI setting up on a web map context. this is a deegree specific form of description. beside the general elements inherited from AbstractFrontend three additional elements are offered:
| Field Summary | |
private java.lang.String |
buttons
|
private java.util.ArrayList |
commonJS
|
private java.lang.String |
footer
|
private java.lang.String |
header
|
private java.lang.String |
style
|
| Fields inherited from class org.deegree_impl.clients.context.AbstractFrontend |
|
| Constructor Summary | |
JSPFrontend(java.lang.String controller,
GUIArea west,
GUIArea east,
GUIArea south,
GUIArea north,
GUIArea center,
java.lang.String style,
java.lang.String buttons,
java.lang.String[] commonJS,
java.lang.String header,
java.lang.String footer)
Creates a new Frontend object. |
|
| Method Summary | |
void |
addCommonJS(java.lang.String commonJS)
adds the name of a javascript file containing objects and methods to be used by more than one module of the GUI |
java.lang.String |
exportAsXML()
Produces an XML-representation of this object. |
java.lang.String |
getButtons()
returns the name of a javascript file containing a associative array (Map) for the used buttons (images). |
java.lang.String[] |
getCommonJS()
returns a list of javascript files containing objects and methods to be used by more than one module of the GUI |
java.lang.String |
getFooter()
returns the name of the footer JSP page/file. |
java.lang.String |
getHeader()
returns the name of the header JSP page/file. |
java.lang.String |
getStyle()
returns the name of the css style file to be used by the gui |
void |
removeCommonJS(java.lang.String commonJS)
removes the name of a javascript file containing objects and methods to be used by more than one module of the GUI |
void |
setButtons(java.lang.String buttons)
sets the name of a javascript file containing a associative array (Map) for the used buttons (images). |
void |
setCommonJS(java.lang.String[] commonJS)
sets a list of javascript files containing objects and methods to be used by more than one module of the GUI |
void |
setFooter(java.lang.String footer)
sets the name of the footer JSP page/file |
void |
setHeader(java.lang.String header)
sets the name of the header JSP page/file |
void |
setStyle(java.lang.String style)
sets the name of the css style file to be used by the gui |
| Methods inherited from class org.deegree_impl.clients.context.AbstractFrontend |
getCenter, getController, getEast, getNorth, getSouth, getWest, setCenter, setController, setEast, setNorth, setSouth, setWest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.ArrayList commonJS
private java.lang.String buttons
private java.lang.String style
private java.lang.String header
private java.lang.String footer
| Constructor Detail |
public JSPFrontend(java.lang.String controller,
GUIArea west,
GUIArea east,
GUIArea south,
GUIArea north,
GUIArea center,
java.lang.String style,
java.lang.String buttons,
java.lang.String[] commonJS,
java.lang.String header,
java.lang.String footer)
controller - name of the controlle JSP filestyle - name of the css style filebuttons - name of the js-file containing a llist (Map) of the used
buttons (images)commonJS - list of js-files with common used object and methodswest - gui description for west areaeast - gui description for east areasouth - gui description for south areanorth - gui description for north areacenter - gui description for central areaheader - JSP header page/filefooter - JSP footer page/file| Method Detail |
public java.lang.String getStyle()
public java.lang.String getButtons()
public java.lang.String[] getCommonJS()
public void setStyle(java.lang.String style)
style - public void setButtons(java.lang.String buttons)
buttons - public void setCommonJS(java.lang.String[] commonJS)
commonJS - public void addCommonJS(java.lang.String commonJS)
commonJS - public void removeCommonJS(java.lang.String commonJS)
commonJS - public java.lang.String getHeader()
public void setHeader(java.lang.String header)
header - public java.lang.String getFooter()
public void setFooter(java.lang.String footer)
footer - public java.lang.String exportAsXML()
Marshallable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||