ColdBox Platform Version 2.6.3

coldbox.system.util
Class Util

WEB-INF.cftags.component
        extended by coldbox.system.util.Util

public class Util
extends WEB-INF.cftags.component

A utility method cfc


Method Summary
 void abortit()
          Facade for cfabort
 void dumpit(any var, [boolean isAbort='false'])
          Facade for cfmx dump
 void includeit(string template)
          Facade for cfinclude
 void relocate(string url, [boolean addtoken='false'])
          Facade for cflocation
 void rethrowit(any throwObject)
          Rethrow an exception
 string ripExtension(string filename)
          Rip the extension of a filename.
 any throwit(string message, [string detail=''], [string type='Framework'])
          Facade for cfthrow
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

abortit

public void abortit()
Facade for cfabort


dumpit

public void dumpit(any var, [boolean isAbort='false'])
Facade for cfmx dump

Parameters:
var
isAbort - Abort also

includeit

public void includeit(string template)
Facade for cfinclude

Parameters:
template

relocate

public void relocate(string url, [boolean addtoken='false'])
Facade for cflocation

Parameters:
url
addtoken

rethrowit

public void rethrowit(any throwObject)
Rethrow an exception

Parameters:
throwObject - The exception object

ripExtension

public string ripExtension(string filename)
Rip the extension of a filename.

Parameters:
filename

throwit

public any throwit(string message, [string detail=''], [string type='Framework'])
Facade for cfthrow

Parameters:
message
detail
type

ColdBox Platform Version 2.6.3