org.apache.jetspeed.portlets.profiler
Class ProfileRuleForm
java.lang.Object
org.apache.jetspeed.portlets.profiler.ProfileRuleForm
- All Implemented Interfaces:
- Serializable
- public class ProfileRuleForm
- extends Object
- implements Serializable
Profile state.
- Version:
- $Id: ProfileRuleForm.java 188545 2005-04-26 23:17:33Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Field Summary |
private javax.faces.model.SelectItem[] |
classnames
|
private boolean |
isNew
|
private org.apache.jetspeed.profiler.Profiler |
profiler
|
private org.apache.jetspeed.profiler.rules.ProfilingRule |
rule
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isNew
private boolean isNew
profiler
private transient org.apache.jetspeed.profiler.Profiler profiler
rule
private transient org.apache.jetspeed.profiler.rules.ProfilingRule rule
classnames
private transient javax.faces.model.SelectItem[] classnames
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 String getTitle()
setTitle
public void setTitle(String title)
getClassname
public String getClassname()
setClassname
public void setClassname(String classname)
getId
public String getId()
setId
public void setId(String id)
saveProfile
public String saveProfile()
removeProfile
public String removeProfile()
createNewProfile
public String createNewProfile()
getCriteria
public Collection getCriteria()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.