Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1002423 // tag - make HTML tag - synonym of htag

JavaX fragment (include)

1  
static S mapMethodLike tag(S tag) {
2  
  ret htag(tag);
3  
}
4  
5  
static S tag(S tag, O contents, O... params) {
6  
  ret htag(tag, str(contents), params);
7  
}
8  
9  
static S tag(S tag, StringBuilder contents, O... params) {
10  
  ret htag(tag, contents, params);
11  
}
12  
13  
static S tag(S tag, StringBuffer contents, O... params) {
14  
  ret htag(tag, contents, params);
15  
}

Author comment

Began life as a copy of #1002214

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1002423
Snippet name: tag - make HTML tag - synonym of htag
Eternal ID of this version: #1002423/2
Text MD5: 4e0d16c36388c9c8a6e4e06f7c890fe9
Author: stefan
Category: javax html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-02 18:08:55
Source code size: 351 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 800 / 1560
Version history: 1 change(s)
Referenced in: [show references]