|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.util.Util
public class Util
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 |
---|
public void abortit()
public void dumpit(any var, [boolean isAbort='false'])
var
isAbort
- Abort alsopublic void includeit(string template)
template
public void relocate(string url, [boolean addtoken='false'])
url
addtoken
public void rethrowit(any throwObject)
throwObject
- The exception objectpublic string ripExtension(string filename)
filename
public any throwit(string message, [string detail=''], [string type='Framework'])
message
detail
type
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |