Apache Tomcat 7.0.37

org.apache.jasper.tagplugins.jstl.core
Class Out

java.lang.Object
  extended by org.apache.jasper.tagplugins.jstl.core.Out
All Implemented Interfaces:
TagPlugin

public final class Out
extends Object
implements TagPlugin


Constructor Summary
Out()
           
 
Method Summary
 void doTag(TagPluginContext ctxt)
          Generate codes for a custom tag.
static boolean output(JspWriter out, Object input, String value, String defaultValue, boolean escapeXml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Out

public Out()
Method Detail

doTag

public void doTag(TagPluginContext ctxt)
Description copied from interface: TagPlugin
Generate codes for a custom tag.

Specified by:
doTag in interface TagPlugin
Parameters:
ctxt - a TagPluginContext for accessing Jasper functions

output

public static boolean output(JspWriter out,
                             Object input,
                             String value,
                             String defaultValue,
                             boolean escapeXml)
                      throws IOException
Throws:
IOException

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.