Class RegExpActionBean

java.lang.Object
sk.iway.iwcm.form.RegExpActionBean
All Implemented Interfaces:
net.sourceforge.stripes.action.ActionBean

public class RegExpActionBean extends Object implements net.sourceforge.stripes.action.ActionBean
RegExpActionBean.java
  • Constructor Details

    • RegExpActionBean

      public RegExpActionBean()
  • Method Details

    • getContext

      public net.sourceforge.stripes.action.ActionBeanContext getContext()
      Specified by:
      getContext in interface net.sourceforge.stripes.action.ActionBean
    • setContext

      public void setContext(net.sourceforge.stripes.action.ActionBeanContext context)
      Specified by:
      setContext in interface net.sourceforge.stripes.action.ActionBean
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String value)
    • getTypeOld

      public String getTypeOld()
    • setTypeOld

      public void setTypeOld(String value)
    • getType

      public String getType()
    • setType

      public void setType(String value)
    • getRegExp

      public String getRegExp()
    • setRegExp

      public void setRegExp(String value)
    • save

      @DefaultHandler public net.sourceforge.stripes.action.Resolution save()