|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
nl.gx.webmanager.taglib.PageMetaDataTag
public class PageMetaDataTag
Implements the wm:pageMetaData tag.
Gets a pagemetadata object of the requested type for the current pageversion.
Example of usage:
< wm:pageMetaData var="keywords" type="keywords" />
< meta name="keywords" value="${keywords}" />
| Constructor Summary | |
|---|---|
PageMetaDataTag()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
java.lang.String |
getType()
Return the type of metadata; valid values are "keywords", "description", but new values can also be defined in GX WebManager. |
java.lang.String |
getVar()
Return the JSP variable to store the result in. |
void |
setType(java.lang.String type)
Sets the type of metadata, valid values are "keywords", "description", but new values can also be defined in GX WebManager. |
void |
setVar(java.lang.String var)
Specifies the JSP variable to store the result in. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageMetaDataTag()
| Method Detail |
|---|
public void doTag()
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the fully qualified classname describing the interface requestedpublic java.lang.String getVar()
public void setVar(java.lang.String var)
var - the name of the variable in which to store the result
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||