Class ExceptionHandlerController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.ExceptionHandlerController
-
@RequestScoped @Named public class ExceptionHandlerController extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.myfaces.tobago.model.SheetStategetSheetState()List<SolarObject>getSolarList()StringgetValue()voidpreRenderViewListener(javax.faces.event.ComponentSystemEvent event)voidsetSheetState(org.apache.myfaces.tobago.model.SheetState sheetState)voidsetValue(String value)voidupdate(javax.faces.event.AjaxBehaviorEvent event)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
update
public void update(javax.faces.event.AjaxBehaviorEvent event)
-
getSolarList
public List<SolarObject> getSolarList()
-
getSheetState
public org.apache.myfaces.tobago.model.SheetState getSheetState()
-
setSheetState
public void setSheetState(org.apache.myfaces.tobago.model.SheetState sheetState)
-
preRenderViewListener
public void preRenderViewListener(javax.faces.event.ComponentSystemEvent event)
-
-