Package org.apache.tapestry5.internal
Class ZeroNullFieldStrategy
- java.lang.Object
 - 
- org.apache.tapestry5.internal.ZeroNullFieldStrategy
 
 
- 
- All Implemented Interfaces:
 NullFieldStrategy
public class ZeroNullFieldStrategy extends Object implements NullFieldStrategy
Treats nulls to or from the client as if they were 0's. 
- 
- 
Constructor Summary
Constructors Constructor Description ZeroNullFieldStrategy() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringreplaceFromClient()Returns "0".ObjectreplaceToClient()Returns the value 0. 
 - 
 
- 
- 
Constructor Detail
- 
ZeroNullFieldStrategy
public ZeroNullFieldStrategy()
 
 - 
 
- 
Method Detail
- 
replaceToClient
public Object replaceToClient()
Returns the value 0.- Specified by:
 replaceToClientin interfaceNullFieldStrategy
 
- 
replaceFromClient
public String replaceFromClient()
Returns "0".- Specified by:
 replaceFromClientin interfaceNullFieldStrategy- Returns:
 - replacement value (this must not be null)
 
 
 - 
 
 -