railo.runtime.tag
Class PageEncoding

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.PageEncoding
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class PageEncoding
extends TagImpl


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
PageEncoding()
           
 
Method Summary
 void setCharset(String charset)
          set the value pageencoding A string literal; the character encoding to use to read the page.
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, doStartTag, getParent, release, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageEncoding

public PageEncoding()
Method Detail

setCharset

public void setCharset(String charset)
set the value pageencoding A string literal; the character encoding to use to read the page. The value may be enclosed in single or double quotation marks, or none.

Parameters:
pageencoding - value to set


Copyright © 2012 Railo