Package 

Object Encoders.UrlEncoder

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Encoder

    
    public class Encoders.UrlEncoder
    extends AbstractEncoder
                        

    Url编码器。

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String encode(String value, Charset charset) 编码指定的字符串,以指定的字符集显示。
      String decode(String value, Charset charset) 解码指定的字符串,以指定的字符集显示。
      String getComponentId()
      Map<String, Object> getComponentParams()
      • Methods inherited from class icu.windea.breezeframework.core.component.Encoders.UrlEncoder

        equals, hashCode, toString
      • Methods inherited from class icu.windea.breezeframework.core.component.AbstractEncoder

        componentCopy
      • Methods inherited from class icu.windea.breezeframework.core.component.Encoder

        componentEquals, componentHashcode, componentToString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait