org.silverpeas.servlet
Class PoJo

java.lang.Object
  extended by org.silverpeas.servlet.PoJo

public class PoJo
extends Object


Method Summary
 Boolean getaBoolean()
           
 Boolean getaBooleanNotInParameter()
           
 Date getaDate()
           
 Date getaDateNotInParameter()
           
 Long getaLong()
           
 Long getaLongNotInParameter()
           
 EnumWithoutCreationAnnotation getAnEnum()
           
 EnumWithoutCreationAnnotation getAnEnumNotInParameter()
           
 Integer getAnInteger()
           
 Integer getAnIntegerNotInParameter()
           
 URI getAnUri()
           
 URI getAnUriNotInParameter()
           
 int getaPrimitiveInteger()
           
 int getaPrimitiveIntegerNotInParameter()
           
 long getaPrimitiveLong()
           
 RequestFile getaRequestFile()
           
 String getaString()
           
 String getaStringNotInParameter()
           
 String getaStringNotInParameterToUnescape()
           
 String getaStringToUnescape()
           
 String getaStringWithoutAnnotation()
           
 boolean isaPrimitiveBoolean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getaRequestFile

public RequestFile getaRequestFile()

getaStringWithoutAnnotation

public String getaStringWithoutAnnotation()

getaStringNotInParameter

public String getaStringNotInParameter()

getaString

public String getaString()

getaStringNotInParameterToUnescape

public String getaStringNotInParameterToUnescape()

getaStringToUnescape

public String getaStringToUnescape()

getAnIntegerNotInParameter

public Integer getAnIntegerNotInParameter()

getAnInteger

public Integer getAnInteger()

getaPrimitiveIntegerNotInParameter

public int getaPrimitiveIntegerNotInParameter()

getaPrimitiveInteger

public int getaPrimitiveInteger()

getaLongNotInParameter

public Long getaLongNotInParameter()

getaLong

public Long getaLong()

getaPrimitiveLong

public long getaPrimitiveLong()

getaBooleanNotInParameter

public Boolean getaBooleanNotInParameter()

getaBoolean

public Boolean getaBoolean()

isaPrimitiveBoolean

public boolean isaPrimitiveBoolean()

getaDateNotInParameter

public Date getaDateNotInParameter()

getaDate

public Date getaDate()

getAnEnumNotInParameter

public EnumWithoutCreationAnnotation getAnEnumNotInParameter()

getAnEnum

public EnumWithoutCreationAnnotation getAnEnum()

getAnUri

public URI getAnUri()

getAnUriNotInParameter

public URI getAnUriNotInParameter()


Copyright © 2016 Silverpeas. All Rights Reserved.