kieker.webgui.web.beans.request.project
Class NewProjectBean
java.lang.Object
kieker.webgui.web.beans.request.project.AbstractProjectBean
kieker.webgui.web.beans.request.project.NewProjectBean
@Component
@Scope(value="request")
public final class NewProjectBean
- extends AbstractProjectBean
This class is a request scoped Spring
bean to store the properties of a project during a single request. It can be used to create a new project.
- Author:
- Nils Christian Ehmke
Constructor Summary |
NewProjectBean()
Creates a new instance of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewProjectBean
public NewProjectBean()
- Creates a new instance of this class. Do not call this constructor manually. It will only be accessed by Spring.
Copyright © 2015. All rights reserved.