Custom Tag Interface - MACROMEDIA COLFUSION MX 7-CFML Reference

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

Interface
Request interface
Response interface

Custom tag interface

public abstract interface CustomTag
Interface for implementing custom tags.
Classes that implement this interface can be specified in the
For example, in a class MyCustomTag, which implements this interface, the following CFML code
calls the
MyCustomTag.processRequest
<CFX_MyCustomTag>
Other attributes can be passed to the Java CFX tag. Their values are available using the Request
object passed to the
Methods
Returns
Syntax
void
processRequest(Request request,
Response response)
processRequest
Description
Processes a request originating from the Java CFX tag.
Category

Custom tag interface

Syntax
public void processRequest(Request request, Response response)
Throws
If an unexpected error occurs while processing the request.
Exception
1076
Chapter 8: ColdFusion Java CFX Reference
Methods
attributeExists
debug
getAttribute
getAttributeList
getIntAttribute
getQuery
getSetting
addQuery
setVariable
write
writeDebug
method:
method.
processRequest
attribute of the Java CFX tag.
CLASS
Description
Processes a request originating from the
tag
CFX_mycustomtag

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents