org.apache.jetspeed.portlets.profiler
Class ProfileRuleForm
java.lang.Object
org.apache.jetspeed.portlets.profiler.ProfileRuleForm
- All Implemented Interfaces:
- java.io.Serializable
public class ProfileRuleForm
- extends java.lang.Object
- implements java.io.Serializable
Profile state.
- Version:
- $Id: ProfileRuleForm.java 348264 2005-11-22 22:06:45Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileRuleForm
public ProfileRuleForm()
getUpdating
public boolean getUpdating()
listen
public void listen(javax.faces.event.ActionEvent event)
getClassnames
public javax.faces.model.SelectItem[] getClassnames()
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getClassname
public java.lang.String getClassname()
setClassname
public void setClassname(java.lang.String classname)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
saveProfile
public java.lang.String saveProfile()
removeProfile
public java.lang.String removeProfile()
createNewProfile
public java.lang.String createNewProfile()
getCriteria
public java.util.Collection getCriteria()
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.