org.apache.tapestry.corelib.components
Class OutputRaw
java.lang.Object
org.apache.tapestry.corelib.components.OutputRaw
public class OutputRaw
- extends Object
Used to output raw markup to the client. Unlike, say, an expansion, the output from OutputRaw is unfiltered, with any
special characters or entities left exactly as is. This is used in situations where the markup is provided
externally, rather than constructed within Tapestry.
- See Also:
MarkupWriter.writeRaw(String)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputRaw
public OutputRaw()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.