com.github.drinkjava2.jwebbox
Class WebBox.Show

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by com.github.drinkjava2.jwebbox.WebBox.Show
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
Enclosing class:
WebBox

public static class WebBox.Show
extends javax.servlet.jsp.tagext.SimpleTagSupport

This is a custom TagLib for JSP and also can be used in FreeMaker


Constructor Summary
WebBox.Show()
           
 
Method Summary
 void doTag()
           
 String getAttribute()
           
 Object getTarget()
           
 void setAttribute(String attribute)
           
 void setTarget(Object target)
           
 
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

WebBox.Show

public WebBox.Show()
Method Detail

getAttribute

public String getAttribute()

setAttribute

public void setAttribute(String attribute)

getTarget

public Object getTarget()

setTarget

public void setTarget(Object target)

doTag

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


Copyright © 2018. All rights reserved.