com.salmonllc.wml.tags |
This package contains the implementation of the tags in the Salmon WML tag library.
Generally you will not use these classes directly. Use them indirectly by placing custom tags inside a JSP page
|
Java Source File Name | Type | Comment |
ATag.java | Class | This is a tag used to create an ATag for a WmlLink. |
CardTag.java | Class | This is a tag used to create a card in WML. |
DoTag.java | Class | This is a tag used to create a Do Tag in WML. |
GoTag.java | Class | This is a tag used to create a Wml Go Tag. |
ImageTag.java | Class | |
InputTag.java | Class | |
OptionTag.java | Class | The option tag represents the options of a WML Select tag. |
SelectTag.java | Class | |
SubmitTag.java | Class | This is a tag used to create a Wml Anchor which will act as a submit. |
TextTag.java | Class | |