com.sun.portal.wireless.taglibs.base |
|
Java Source File Name | Type | Comment |
BaseBodyTagSupport.java | Class | BaseBodyTagSupport base class for tag libraries
Support for "name" attribute via name field
and getName() & setName() methods. |
BaseTagSupport.java | Class | BaseTagSupport base class for tag libraries
Support for "name" attribute via name field
and getName() & setName() methods. |
BeanCopyTag.java | Class | BeanCopyTag - copy a bean property
This class reads the specified bean property
from the specified source bean and writes the
value onto the same property of target bean. |
BeanGetTag.java | Class | BeanGetTag - get a bean property
This class reads the specified bean property
and either writes the value as a string to the
page output or saves the value into the page context
using the "id" attribute. |
BeanHolder.java | Interface | |
BeanListTag.java | Class | BeanListTag - list all bean properties
This class lists all the properties and values of
the specified bean to the page output. |
BeanSetTag.java | Class | BeanSetTag - Set a bean property
This class writes the specified bean property
to the specified value onto
page output or saves the value into the page context
using the "id" attribute. |
BeanSupport.java | Class | BeanSupport - a support class for bean tags
This class provides common functionality for the
BeanGetTag and BeanSetTag classes. |
BeanTag.java | Class | BeanTag - tag that represents a bean
This tag encapsulates a bean or object for
use with other tags such as get and set. |
BeanTestNotTag.java | Class | BeanTestNotTag - test a bean property
Evaluates the body if the property is false; else skips the body. |
BeanTestTag.java | Class | BeanTestTag - test a bean property
Evaluates the body if the property is true; else skips the body. |
CollectionIterator.java | Class | CollectionIterator - collection iteration bean
The state of an iteration over a collection. |
CollectionTag.java | Class | |
CommandTag.java | Class | The CommandTag abstract class supports tags which execute
a command or action. |
Context.java | Class | Context - track state across requests. |
ContextCache.java | Class | |
ContextTag.java | Class | The ContextTag abstract class supports tags which
represent a context for a service. |
Edit.java | Class | |
NoServiceAssignedException.java | Class | This class is used to notify that user doesnot have access to a particular
service. |
PageScopeBean.java | Class | |
RequestScopeBean.java | Class | |
ScopeBean.java | Class | |
Util.java | Class | The Util Class: A collection of static methods. |