kieker.webgui.web.beans.request.project
Class AbstractProjectBean
java.lang.Object
kieker.webgui.web.beans.request.project.AbstractProjectBean
- Direct Known Subclasses:
- CopyProjectBean, ImportProjectBean, NewProjectBean, RenameProjectBean
public abstract class AbstractProjectBean
- extends Object
- Author:
- Nils Christian Ehmke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractProjectBean
public AbstractProjectBean()
- Default constructor.
initialize
@PostConstruct
public void initialize()
- This method initializes the object. Do not call this method manually. It will only be accessed by Spring.
getProjectName
public String getProjectName()
setProjectName
public void setProjectName(String projectName)
getMessageTarget
public javax.faces.component.UIComponent getMessageTarget()
setMessageTarget
public void setMessageTarget(javax.faces.component.UIComponent messageTarget)
validateProjectName
public void validateProjectName(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent toValidate,
Object value)
- This method makes sure that the given project name is a valid one.
- Parameters:
context
- The faces context.toValidate
- The component.value
- The value to validate (the project name).
Copyright © 2015. All rights reserved.