001 package railo.runtime.tag; 002 003 import railo.runtime.ext.tag.TagImpl; 004 005 // Placeholder template not needed at runtime 006 public final class PageEncoding extends TagImpl { 007 008 009 010 /** set the value pageencoding 011 * 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. 012 * @param pageencoding value to set 013 **/ 014 public void setCharset(String charset) {} 015 016 017 }