java:class - Get java class

<java:package>

Get the name of the java class or interface, 
the source of which is the name of the generated file.

Attribute

classNameVar(optional)
Set the variable to save class name or interface name(excluding package name),
default is save in the context
fullyClassNameVar(optional)
Set the variable to save fully class name or interface name(including package name),
default is save in the context
setScope(optional)
Set the scope of the classNameVar and fullyClassNameVar

Property
context:Set variable to context(default)
session:Set variable to session

Example

More about please click here