org.apache.struts.taglib.tiles

Class GetTag

public class GetTag extends InsertTag

This is the tag handler for <tiles:get>, which gets content from the request scope and either includes the content or prints it, depending upon the value of the content's direct attribute. This tag is intended to be compatible with the same tag from Templates (David Geary). Implementation extends InsertTag for facility (no so well). The only difference is the default value of attribute 'ignore', which is true for this tag (default behavior of David Geary's templates).
Constructor Summary
GetTag()
Constructor.
Method Summary
voidrelease()
Release all allocated resources.

Constructor Detail

GetTag

public GetTag()
Constructor. Set default value for 'isErrorIgnored' to true.

Method Detail

release

public void release()
Release all allocated resources.
Copyright © 2000-2008 - The Apache Software Foundation