railo.runtime.functions.other
Class SystemOutput

java.lang.Object
  extended by railo.runtime.functions.other.SystemOutput
All Implemented Interfaces:
Serializable, Function

public final class SystemOutput
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
SystemOutput()
           
 
Method Summary
static boolean call(PageContext pc, Object obj)
           
static boolean call(PageContext pc, Object obj, boolean addNewLine)
           
static boolean call(PageContext pc, Object obj, boolean addNewLine, boolean doErrorStream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemOutput

public SystemOutput()
Method Detail

call

public static boolean call(PageContext pc,
                           Object obj)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           Object obj,
                           boolean addNewLine)
                    throws PageException
Throws:
PageException

call

public static boolean call(PageContext pc,
                           Object obj,
                           boolean addNewLine,
                           boolean doErrorStream)
                    throws PageException
Throws:
PageException


Copyright © 2012 Railo