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 348264 2005-11-22 22:06:45Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Field Summary |
private static 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 static final 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-2007 Apache Software Foundation. All Rights Reserved.