Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    com.webfirmframework.wffweb.tag.htmlwff.Blank
    use NoTag instead of this class.
  • Deprecated Fields
    Field
    Description
    com.webfirmframework.wffweb.tag.html.html5.attribute.global.DataWffId.TAG_NAME
    incorrect naming, the correct naming is ATTRIBUTE_NAME. This constant variable will be removed in the later version, use DataWffId.ATTRIBUTE_NAME constant instead of this.
  • Deprecated Methods
    Method
    Description
    com.webfirmframework.wffweb.server.page.BrowserPage.getPayloadProcessor()
    this method call may make deadlock somewhere in the application while using multiple threads. Use BrowserPage#newPayloadProcessor().
    com.webfirmframework.wffweb.server.page.BrowserPage.removePayloadProcessor()
    this method call may make deadlock.
    com.webfirmframework.wffweb.server.page.BrowserPage.toHtmlString(boolean, String)
    since 3.0.19 as it is unused in the internal implementation
    com.webfirmframework.wffweb.server.page.BrowserPage.toHtmlString(String)
    since 3.0.19 as it is unused in the internal implementation
    com.webfirmframework.wffweb.server.page.BrowserPage.websocketMessaged(byte[])
    alternative method webSocketMessaged is available for the same job.
    com.webfirmframework.wffweb.server.page.BrowserPageContext.webSocketClosed(String)
    this method is for future development
    com.webfirmframework.wffweb.server.page.BrowserPageContext.websocketMessaged(String, byte[])
    use webSocketMessaged which does the same job.
    com.webfirmframework.wffweb.tag.core.TagBase.toHtmlString(boolean, String)
    since 3.0.19 as it is unused in the internal implementation. It will be removed in future major version.
    com.webfirmframework.wffweb.tag.core.TagBase.toHtmlString(boolean, Charset)
    since 3.0.19 as it is unused in the internal implementation. It will be removed in future major version.
    com.webfirmframework.wffweb.tag.core.TagBase.toHtmlString(String)
    since 3.0.19 as it is unused in the internal implementation. It will be removed in future major version.
    com.webfirmframework.wffweb.tag.core.TagBase.toHtmlString(Charset)
    since 3.0.19 as it is unused in the internal implementation. It will be removed in future major version.
    com.webfirmframework.wffweb.tag.html.AbstractHtml.getCharset()
    not recommended since 3.0.19, it will be removed in future major version.
    com.webfirmframework.wffweb.tag.html.AbstractHtml.setCharset(Charset)
    not recommended since 3.0.19, it will be removed in future major version.
    com.webfirmframework.wffweb.tag.html.AbstractHtml.setParent(AbstractHtml)
    This method is not allowed to use. It's not implemented.
    com.webfirmframework.wffweb.tag.html.AbstractHtml.toHtmlString(boolean, String)
    com.webfirmframework.wffweb.tag.html.AbstractHtml.toHtmlString(boolean, Charset)
    com.webfirmframework.wffweb.tag.html.AbstractHtml.toHtmlString(String)
    com.webfirmframework.wffweb.tag.html.AbstractHtml.toHtmlString(Charset)
    com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute.getOwnerTag()
    this method may be removed later as there could be multiple owner tags.
    com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute.toHtmlString(boolean, String)
    com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute.toHtmlString(boolean, Charset)
    com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute.toHtmlString(String)
    com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute.toHtmlString(Charset)
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.getServerMethodName()
    use ServerAsyncMethod.Event.serverMethodName() method instead as its value cannot be modified in this Event object. Using ServerAsyncMethod.Event.serverMethodName() is better for keeping java record class standard. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.getServerSideData()
    use ServerAsyncMethod.Event.serverSideData() method instead. Using ServerAsyncMethod.Event.serverSideData() is better for keeping java record class standard. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.getSourceAttribute()
    use ServerAsyncMethod.Event.sourceAttribute() method instead. Using ServerAsyncMethod.Event.sourceAttribute() is better for keeping java record class standard. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.getSourceTag()
    use ServerAsyncMethod.Event.sourceTag() method instead as its value cannot be modified in this Event object. This method will not affect the value of ServerAsyncMethod.Event.sourceTag() method. Using ServerAsyncMethod.Event.sourceTag() is better for keeping java record class standard. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.setServerMethodName(String)
    The use of this method is not encouraged. Use constructor initialization instead. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event.setSourceTag(AbstractHtml)
    The use of this method is not encouraged. Use constructor initialization instead. This method will be removed only if the minimal java version of this framework is upgraded to a java record class supported version.
    com.webfirmframework.wffweb.tag.html.attribute.global.Style.addCssProperties(Collection<? extends CssProperty>)
    After using this method, adding or removing any value in the collection will not have any effect on Style, so this method may be removed later.
    com.webfirmframework.wffweb.tag.html.attribute.global.Style.removeCssProperties(Collection<CssProperty>)
    After using this method, adding or removing any value in the collection will not have any effect on Style, so this method may be removed later.
    com.webfirmframework.wffweb.tag.html.attribute.Headers.removeClassName(String)
    this method will be removed in the future release, use removeHeaderId instead of it.
    com.webfirmframework.wffweb.tag.html.html5.attribute.Controls.isControls()
    as there is no affect of boolean values for this attribute. this method will be removed later.
    com.webfirmframework.wffweb.tag.html.html5.attribute.Controls.setControls(Boolean)
    as there is no affect of boolean values for this attribute. this method will be removed later.
    com.webfirmframework.wffweb.tag.html.html5.attribute.global.Hidden.isHidden()
    as there is no affect of boolean values for this attribute. this method will be removed later.
    com.webfirmframework.wffweb.tag.html.html5.attribute.global.Hidden.setHidden(Boolean)
    as there is no affect of boolean values for this attribute. this method will be removed later.
    com.webfirmframework.wffweb.tag.html.model.AbstractHtml5SharedObject.getInsertBeforeListener(Object)
    will be removed in future as there is a better implementation with InsertTagsBeforeListener
    com.webfirmframework.wffweb.tag.html.model.AbstractHtml5SharedObject.getRebuiltTags(Object)
    only for internal use currently it's not used anywhere. Needs to remove this method later.
    com.webfirmframework.wffweb.tag.html.model.AbstractHtml5SharedObject.setChildModified(boolean)
    it does nothing since 3.0.19
    com.webfirmframework.wffweb.tag.html.model.AbstractHtml5SharedObject.setInsertBeforeListener(InsertBeforeListener, Object)
    will be removed in future as there is a better implementation with InsertTagsBeforeListener
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getContentAfter()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.contentAfter().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getContentApplied()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.contentApplied().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getContentBefore()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.contentBefore().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getFormatter()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.formatter().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getSourceListener()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.sourceListener().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.ChangeEvent.getSourceTag()
    As it is record class no need to use getter method instead use SharedTagContent.ChangeEvent.sourceTag().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.Content.getContent()
    As it is record class no need to use getter method instead use SharedTagContent.Content.content().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.Content.isContentTypeHtml()
    As it is record class no need to use getter method instead use SharedTagContent.Content.contentTypeHtml(). This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.DetachEvent.getContent()
    As it is record class no need to use getter method instead use SharedTagContent.DetachEvent.content().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.DetachEvent.getSourceListener()
    As it is record class no need to use getter method instead use SharedTagContent.DetachEvent.sourceListener().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.html.SharedTagContent.DetachEvent.getSourceTag()
    As it is record class no need to use getter method instead use SharedTagContent.DetachEvent.sourceTag().This method will be removed in future release.
    com.webfirmframework.wffweb.tag.htmlwff.NoTag.addInnerHtml(boolean, SharedTagContent<T>, SharedTagContent.ContentFormatter<T>)
    this method is not allowed in NoTag or Blank class.
    com.webfirmframework.wffweb.tag.htmlwff.NoTag.give(BiFunction<R, C, R>, C)
    this method is not allowed in NoTag or Blank class.
    com.webfirmframework.wffweb.tag.htmlwff.NoTag.give(Consumer<T>)
    this method is not allowed in NoTag or Blank class.
    com.webfirmframework.wffweb.tag.htmlwff.NoTag.removeSharedTagContent(boolean)
    this method is not allowed in NoTag or Blank class.
    com.webfirmframework.wffweb.tag.htmlwff.NoTag.subscribeTo(boolean, SharedTagContent<T>, SharedTagContent.ContentFormatter<T>)
    this method is not allowed in NoTag or Blank class.
    com.webfirmframework.wffweb.wffbm.data.WffBMArray.build(boolean)
    building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method. The same goal can be achieved using buildBytes method.
    com.webfirmframework.wffweb.wffbm.data.WffBMData.build(boolean)
    building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method. The same goal can be achieved using buildBytes method.
    com.webfirmframework.wffweb.wffbm.data.WffBMObject.build()
    building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method. The same goal can be achieved using buildBytes method.
    com.webfirmframework.wffweb.wffbm.data.WffBMObject.build(boolean)
    building bytes implementation doesn't throw UnsupportedEncodingException so deprecated this method. The same goal can be achieved using buildBytes method.
    com.webfirmframework.wffweb.wffbm.data.WffBMObject.getbMBytes()
    use WffBMObject.getBMBytes()
  • Deprecated Constructors
    Constructor
    Description
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event(AbstractHtml, AbstractAttribute)
    use Event(com.webfirmframework.wffweb.wffbm.data.WffBMObject,com.webfirmframework.wffweb.tag.html.AbstractHtml,com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute,java.lang.String,java.lang.Object)
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event(AbstractHtml, AbstractAttribute, Object)
    use Event(com.webfirmframework.wffweb.wffbm.data.WffBMObject,com.webfirmframework.wffweb.tag.html.AbstractHtml,com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute,java.lang.String,java.lang.Object)
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event(String)
    use Event(com.webfirmframework.wffweb.wffbm.data.WffBMObject,com.webfirmframework.wffweb.tag.html.AbstractHtml,com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute,java.lang.String,java.lang.Object)
    com.webfirmframework.wffweb.tag.html.attribute.event.ServerAsyncMethod.Event(String, Object)
    use Event(com.webfirmframework.wffweb.wffbm.data.WffBMObject,com.webfirmframework.wffweb.tag.html.AbstractHtml,com.webfirmframework.wffweb.tag.html.attribute.core.AbstractAttribute,java.lang.String,java.lang.Object)
    com.webfirmframework.wffweb.tag.html.Html(int, AbstractHtml, AbstractAttribute...)
    this constructor is used for testing purpose, it should not be used/consumed for development because it may be removed later.
    com.webfirmframework.wffweb.tag.html.html5.attribute.Controls(Boolean)
    as there is no affect of boolean values for this attribute. this method will be removed later.
    com.webfirmframework.wffweb.tag.html.html5.attribute.global.Hidden(boolean)
    com.webfirmframework.wffweb.tag.repository.TagRepository(Object, BrowserPage, AbstractHtml...)
    since 3.0.0
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.webfirmframework.wffweb.css.FontWeight.EIGHT_HUNDRED
    _800 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.FIVE_HUNDRED
    _500 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.FOUR_HUNDRED
    _400 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.NINE_HUNDRED
    _900 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.ONE_HUNDRED
    _100 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.SEVEN_HUNDRED
    _700 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.SIX_HUNDRED
    _600 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.THREE_HUNDRED
    _300 is available for the same purpose
    com.webfirmframework.wffweb.css.FontWeight.TWO_HUNDRED
    _200 is available for the same purpose