Ignore:
Timestamp:
Mar 5, 2010, 6:03:21 PM (14 years ago)
Author:
tobias
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/items/ItemType.java

    r831 r832  
    11package de.dass_it.vanhelsing.gui.items;
    22
    3 /*
    4  * Abstract class to implement the type field including the accessor methods.
    5  * All ItemTypes should extend this class.
    6  */
    73public abstract class ItemType {
    84        private String type;
     
    1511                return type;
    1612        }
    17        
     13        public String getTypePage(){
     14                return ("/WEB-INF/" + type + ".jspx");
     15        }
    1816}
Note: See TracChangeset for help on using the changeset viewer.