Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

acl:list

Retrieves a list of ACLs.

Syntax

Parameters

list (required)
Specifies the name of the list in the list pool. This is the same list pool used by other Content Server tags that generate lists. If a list exists with the same name, it is replaced by the new list.

order (optional)
Specifies a comma separated list of names that should be used to order the list of ACLs.

Description

This tag builds a list of objects that meet the specified criteria. The criteria are a list of name/value pairs, which must be present in the object. The implementing class must implement a list method. The list method should have one of the following prototypes:

errno

The possible values of errno include:

Value
Description
-101
No rows returned.
-105
Database error.
-10001
The implementing class is invalid.
-10002
There is a missing method for the implementing class.
-10003
The method could not be invoked successfully.
-10004
A required parameter is missing.
-10010
Invalid attribute value.

Example

The following example puts ACLs into list1:

See Also

acl:create

acl:gather

object:stream

object:setobject

object:setparent

acl:scatter

acl:set

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.