org.apache.cocoon.faces.samples.carstore
Class CarCustomizer

java.lang.Object
  extended by org.apache.cocoon.faces.samples.carstore.CarCustomizer

public class CarCustomizer
extends Object

A helper class that customizes a CarBean for a set of options in a package.

This class reads its settings from a Properties file


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
CarCustomizer()
           
CarCustomizer(String bundleName)
           
 
Method Summary
 void customizeCar(CarBean toCustomize)
           
 String getButtonStyle()
           
 void setButtonStyle(String newButtonStyle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

CarCustomizer

public CarCustomizer()

CarCustomizer

public CarCustomizer(String bundleName)
Method Detail

getButtonStyle

public String getButtonStyle()

setButtonStyle

public void setButtonStyle(String newButtonStyle)

customizeCar

public void customizeCar(CarBean toCustomize)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.