kieker.webgui.web.beans.request.project
Class CopyProjectBean

java.lang.Object
  extended by kieker.webgui.web.beans.request.project.AbstractProjectBean
      extended by kieker.webgui.web.beans.request.project.CopyProjectBean

@Component
@Scope(value="request")
public final class CopyProjectBean
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 copy an existing project.

Author:
Nils Christian Ehmke

Constructor Summary
CopyProjectBean()
          Creates a new instance of this class.
 
Method Summary
 
Methods inherited from class kieker.webgui.web.beans.request.project.AbstractProjectBean
getMessageTarget, getProjectName, initialize, setMessageTarget, setProjectName, validateProjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyProjectBean

public CopyProjectBean()
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.