@Named
@ViewScoped
public class ViewParamJsonController
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ViewParamJsonController() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getChars() |
java.util.Date |
getD() |
FooGeneric<int[],FooGeneric<FooNonGeneric,java.lang.Boolean>> |
getFooGenericComplex() |
FooGeneric<java.lang.String,java.lang.Integer> |
getFooGenericSimple() |
FooNonGeneric |
getFooNonGeneric() |
java.lang.String |
getGeneratedUrl() |
java.lang.Integer |
getI() |
int[] |
getInts() |
long |
getL() |
java.util.Collection<java.lang.Integer> |
getList() |
java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.ImmutablePair<java.lang.Integer,java.util.Date>> |
getMap() |
java.lang.String |
getPrettyChars() |
java.lang.String |
getPrettyInts() |
java.lang.String |
getS() |
TypesJsonController |
getTypesJsonController() |
protected void |
initialize() |
boolean |
isB() |
void |
setB(boolean b) |
void |
setChars(char[] chars) |
void |
setD(java.util.Date d) |
void |
setFooGenericComplex(FooGeneric<int[],FooGeneric<FooNonGeneric,java.lang.Boolean>> fooGenericComplex) |
void |
setFooGenericSimple(FooGeneric<java.lang.String,java.lang.Integer> fooGenericSimple) |
void |
setFooNonGeneric(FooNonGeneric fooNonGeneric) |
void |
setI(java.lang.Integer i) |
void |
setInts(int[] ints) |
void |
setL(long l) |
void |
setList(java.util.Collection<java.lang.Integer> list) |
void |
setMap(java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.ImmutablePair<java.lang.Integer,java.util.Date>> map) |
void |
setS(java.lang.String s) |
void |
setTypesJsonController(TypesJsonController typesJsonController) |
@PostConstruct protected void initialize()
public java.lang.String getGeneratedUrl()
public boolean isB()
public void setB(boolean b)
public long getL()
public void setL(long l)
public int[] getInts()
public java.lang.String getPrettyInts()
public void setInts(int[] ints)
public char[] getChars()
public java.lang.String getPrettyChars()
public void setChars(char[] chars)
public java.lang.String getS()
public void setS(java.lang.String s)
public java.lang.Integer getI()
public void setI(java.lang.Integer i)
public java.util.Date getD()
public void setD(java.util.Date d)
public java.util.Collection<java.lang.Integer> getList()
public void setList(java.util.Collection<java.lang.Integer> list)
public java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.ImmutablePair<java.lang.Integer,java.util.Date>> getMap()
public void setMap(java.util.Map<java.lang.String,org.apache.commons.lang3.tuple.ImmutablePair<java.lang.Integer,java.util.Date>> map)
public FooNonGeneric getFooNonGeneric()
public void setFooNonGeneric(FooNonGeneric fooNonGeneric)
public FooGeneric<java.lang.String,java.lang.Integer> getFooGenericSimple()
public void setFooGenericSimple(FooGeneric<java.lang.String,java.lang.Integer> fooGenericSimple)
public FooGeneric<int[],FooGeneric<FooNonGeneric,java.lang.Boolean>> getFooGenericComplex()
public void setFooGenericComplex(FooGeneric<int[],FooGeneric<FooNonGeneric,java.lang.Boolean>> fooGenericComplex)
public TypesJsonController getTypesJsonController()
public void setTypesJsonController(TypesJsonController typesJsonController)
Copyright © 2011–2021. All rights reserved.