org.apache.myfaces.examples.fisheye
Class FishEyeHandler

java.lang.Object
  extended byorg.apache.myfaces.examples.fisheye.FishEyeHandler
All Implemented Interfaces:
java.io.Serializable

public class FishEyeHandler
extends java.lang.Object
implements java.io.Serializable

Handler for the FishEye example

Version:
$Revision$ $Date$
Author:
Jurgen Lust (latest modification by $Author$)
See Also:
Serialized Form

Nested Class Summary
 class FishEyeHandler.FooFishEyeItem
           
 
Constructor Summary
FishEyeHandler()
           
 
Method Summary
 java.lang.String getActionName()
           
 java.util.List getItems()
           
 java.util.Map getLabels()
           
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishEyeHandler

public FishEyeHandler()
Method Detail

getActionName

public java.lang.String getActionName()

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Throws:
javax.faces.event.AbortProcessingException

getItems

public java.util.List getItems()

getLabels

public java.util.Map getLabels()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.