Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.NewSeedFromTagname
Deprecated. As of version 5.0, use runTag .
Returns the Seed class used to implement a custom tag.
Syntax
public Seed NewSeedFromTagname(String tagname)Parameters
tagname
- Name of custom tag (case insensitive)
Returns
Returns the
Seed
class that implements a given dynamic tag. May returnnull
if the tag is not implemented dynamically or is undefined in the runtime system.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.