org.apache.jetspeed.portlets.profiler
Class ProfileRuleForm

java.lang.Object
  extended by 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
           
 
Constructor Summary
ProfileRuleForm()
           
 
Method Summary
 String createNewProfile()
           
 String getClassname()
           
 javax.faces.model.SelectItem[] getClassnames()
           
 Collection getCriteria()
           
 String getId()
           
 String getTitle()
           
 boolean getUpdating()
           
 void listen(javax.faces.event.ActionEvent event)
           
 String removeProfile()
           
 String saveProfile()
           
 void setClassname(String classname)
           
 void setId(String id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProfileRuleForm

public ProfileRuleForm()
Method Detail

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.