Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
acl:list
Retrieves a list of ACLs.
Syntax
<acl:list list="name of list" [order="field names"] />Parameters
list (required)- Specifies the name of the list in the list pool. This is the same list pool used by other Sites 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:
public static IList List (ICS ics, FTValList aArgument, StringsOrder)
public static IList List (ICS ics, FTValList aArgument, StringsOrder, String sArg1)Error Numbers
The possible values of
errnoinclude:
Example
The following example puts ACLs into
list1:<acl:list list="list1"/>See Also
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.