source: vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/BeanUtil.java@ 832

Last change on this file since 832 was 832, checked in by tobias, on Mar 5, 2010 at 6:03:21 PM

views and data objects of the resource types added.
basic logging with log4j for the beanUtil class.
Configuration and JobSchedule class renamed.

File size: 495 bytes
Line 
1package de.dass_it.vanhelsing.gui;
2
3
4//import org.apache.log4j.Logger;
5
6/*
7 * Helper class to encapsulate common bean methods.
8 * Managed beans will extend this class either directly or
9 * via a data structure helper class like TreeNavigation
10 */
11public class BeanUtil {
12 //Logging
13
14 //protected final Logger logger = Logger.getLogger(this.getClass());
15
16 //Messagebundles
17
18 //Linkout to Bacula documentation
19 //ListItemsConfigView
20 //ListItemsTopologyView
21 //ListItemsJobSchedule
22}
Note: See TracBrowser for help on using the repository browser.