|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jelly.apt.strategies.TemplateStrategyControl<B>
net.sf.jelly.apt.strategies.TemplateValueStrategy<B>
net.sf.jelly.apt.strategies.PrimitiveWrapperStrategy<B>
public class PrimitiveWrapperStrategy<B extends TemplateBlock>
Outputs the name of the wrapper for the primitive specified by the "type" parameter.
| Constructor Summary | |
|---|---|
PrimitiveWrapperStrategy()
|
|
| Method Summary | |
|---|---|
com.sun.mirror.type.TypeMirror |
getType()
The type to check for primitiveness. |
protected java.lang.String |
getValue()
Get the value to write to the template output. |
void |
setType(com.sun.mirror.type.TypeMirror type)
The type to check for primitiveness. |
| Methods inherited from class net.sf.jelly.apt.strategies.TemplateValueStrategy |
|---|
postProcess, preProcess, processBody |
| Methods inherited from class net.sf.jelly.apt.strategies.TemplateStrategyControl |
|---|
invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrimitiveWrapperStrategy()
| Method Detail |
|---|
protected java.lang.String getValue()
throws TemplateException
TemplateValueStrategy
getValue in class TemplateValueStrategy<B extends TemplateBlock>TemplateExceptionpublic com.sun.mirror.type.TypeMirror getType()
public void setType(com.sun.mirror.type.TypeMirror type)
type - The type to check for primitiveness.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||