nl.gx.webmanager.taglib
Class GetMediaItemsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by nl.gx.webmanager.taglib.GetMediaItemsTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class GetMediaItemsTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Implementation of getmediaitems tag.


Constructor Summary
GetMediaItemsTag()
           
 
Method Summary
 void doTag()
           
 java.lang.String getAndnotterms()
           
 java.lang.String getAndterms()
           
 java.lang.String getContenttypes()
           
 java.lang.String getCreatedsince()
           
 java.lang.String getExcludemediaitemids()
           
static java.util.logging.Logger getLOG()
           
 java.lang.String getOrterms()
           
 java.lang.String getPublicationdatefrom()
           
 java.lang.String getPublicationdateto()
           
 java.lang.String getReferenceddatabaseentity()
           
 java.lang.String getReferencedresourceinstance()
           
 java.lang.String getResultrange()
           
 java.lang.String getSortascending()
           
 java.lang.String getSortoptions()
           
 java.lang.String getStatusid()
           
 java.lang.String getVar()
          Return the name of the variable to which the result will be assigned.
 java.lang.String getWebsiteid()
           
 void setAndnotterms(java.lang.String andnotterms)
           
 void setAndterms(java.lang.String andterms)
           
 void setContenttypes(java.lang.String contenttypes)
           
 void setCreatedsince(java.lang.String createdsince)
           
 void setExcludemediaitemids(java.lang.String excludemediaitemids)
           
 void setOrterms(java.lang.String orterms)
           
 void setPublicationdatefrom(java.lang.String publicationdatefrom)
           
 void setPublicationdateto(java.lang.String publicationdateto)
           
 void setReferenceddatabaseentity(java.lang.String resourceentity)
           
 void setReferencedresourceinstance(java.lang.String resourceinstance)
           
 void setResultrange(java.lang.String resultrange)
           
 void setSortascending(java.lang.String sortascending)
           
 void setSortoptions(java.lang.String sortoptions)
           
 void setStatusid(java.lang.String statusid)
           
 void setVar(java.lang.String var)
          Sets the name of the variable to which the result will be assigned.
 
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

GetMediaItemsTag

public GetMediaItemsTag()
Method Detail

getLOG

public static java.util.logging.Logger getLOG()
Returns:
the LOG

getVar

public java.lang.String getVar()
Return the name of the variable to which the result will be assigned.

Returns:
the name of the variable to which the result will be assigned

setVar

public void setVar(java.lang.String var)
Sets the name of the variable to which the result will be assigned.

Parameters:
var - the name of the variable to which the result will be assigned.

getAndnotterms

public java.lang.String getAndnotterms()
Returns:
the andnotterms

setAndnotterms

public void setAndnotterms(java.lang.String andnotterms)
Parameters:
andnotterms - the andnotterms to set

getAndterms

public java.lang.String getAndterms()
Returns:
the andterms

setAndterms

public void setAndterms(java.lang.String andterms)
Parameters:
andterms - the andterms to set

getOrterms

public java.lang.String getOrterms()
Returns:
the orterms

setOrterms

public void setOrterms(java.lang.String orterms)
Parameters:
orterms - the orterms to set

getSortascending

public java.lang.String getSortascending()
Returns:
the sortascending

setSortascending

public void setSortascending(java.lang.String sortascending)
Parameters:
sortascending - the sortascending to set

getSortoptions

public java.lang.String getSortoptions()
Returns:
the sortoptions

setSortoptions

public void setSortoptions(java.lang.String sortoptions)
Parameters:
sortoptions - the sortoptions to set

getCreatedsince

public java.lang.String getCreatedsince()
Returns:
the createdsince

setCreatedsince

public void setCreatedsince(java.lang.String createdsince)
Parameters:
createdsince - the createdsince to set

getExcludemediaitemids

public java.lang.String getExcludemediaitemids()
Returns:
the excludemediaitemids

setExcludemediaitemids

public void setExcludemediaitemids(java.lang.String excludemediaitemids)
Parameters:
excludemediaitemids - the excludemediaitemids to set

getPublicationdatefrom

public java.lang.String getPublicationdatefrom()
Returns:
the publicationdatefrom

setPublicationdatefrom

public void setPublicationdatefrom(java.lang.String publicationdatefrom)
Parameters:
publicationdatefrom - the publicationdatefrom to set

getPublicationdateto

public java.lang.String getPublicationdateto()
Returns:
the publicationdateto

setPublicationdateto

public void setPublicationdateto(java.lang.String publicationdateto)
Parameters:
publicationdateto - the publicationdateto to set

getResultrange

public java.lang.String getResultrange()
Returns:
the resultrange

setResultrange

public void setResultrange(java.lang.String resultrange)
Parameters:
resultrange - the resultrange to set

getContenttypes

public java.lang.String getContenttypes()
Returns:
the contenttypes

setContenttypes

public void setContenttypes(java.lang.String contenttypes)
Parameters:
contenttypes - the contenttypes to set

getWebsiteid

public java.lang.String getWebsiteid()
Returns:
the websiteid

getStatusid

public java.lang.String getStatusid()
Returns:
the statusid

setStatusid

public void setStatusid(java.lang.String statusid)
Parameters:
statusid - the statusid to set

getReferencedresourceinstance

public java.lang.String getReferencedresourceinstance()
Returns:
the referenceddatabaseentity

setReferencedresourceinstance

public void setReferencedresourceinstance(java.lang.String resourceinstance)
Parameters:
referenceddatabaseentity - the referenceddatabaseentity to set

getReferenceddatabaseentity

public java.lang.String getReferenceddatabaseentity()
Returns:
the referenceddatabaseentity

setReferenceddatabaseentity

public void setReferenceddatabaseentity(java.lang.String resourceentity)
Parameters:
referenceddatabaseentity - the referenceddatabaseentity to set

doTag

public void doTag()
           throws javax.servlet.jsp.JspException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
See Also:
SimpleTagSupport.doTag()


Copyright © 2007-2011 GX Software BV. All Rights Reserved.