Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
acl:load
Loads an ACL.
Syntax
<acl:load name="ACL name" acl="ACL name"/>Parameters
name (required)- Name of the ACL in the object pool.
acl (required)- Name of the ACL in the database.
Description
This tag creates a new instance of the implementing class, loads a specific ACL into the ACL instance, and saves the ACL instance in the object pool using the specified name.
Error Numbers
The possible values of
errnoinclude:
Example
The following example loads
ACL1from thesampletable.<acl:load name ="acl1" acl="SiteGod"/>See Also
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.