Mudanças entre as edições de "Adobe AEM URL Decomposed"
De Basef
(Uma revisão intermediária pelo mesmo usuário não estão sendo mostradas) | |||
Linha 5: | Linha 5: | ||
Let's decompose it: | Let's decompose it: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | !Protocol | ||
+ | !Host | ||
+ | !Content Path | ||
+ | !Selector(s) | ||
+ | !Extension | ||
! | ! | ||
+ | !Suffix | ||
! | ! | ||
− | ! | + | !Param(s) |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
|http:// | |http:// | ||
Linha 36: | Linha 26: | ||
|} | |} | ||
+ | where: | ||
+ | |||
+ | • '''Protocol''': Is the Hypertext transfer protocol (HTTP) | ||
+ | |||
+ | • '''Host''': Is the name of the website | ||
+ | |||
+ | • '''Content path''': Is the path specifying the content to be rendered | ||
+ | |||
+ | • '''Selector(s)''': Is used for alternative methods of rendering the content | ||
+ | |||
+ | • '''Extension''': Is the content format that also specifies the script to be used for rendering | ||
+ | |||
+ | • '''Suffix''': Can be used to specify additional information | ||
+ | |||
+ | • '''Param(s)''': Are any parameters required for dynamic content | ||
[[Category: Adobe AEM]] | [[Category: Adobe AEM]] |
Edição atual tal como às 10h12min de 23 de maio de 2018
Suppose we have the following URL:
http://myhost/tools/spy.printable.a4.html/a/b?x=12
Let's decompose it:
Protocol | Host | Content Path | Selector(s) | Extension | Suffix | Param(s) | ||
---|---|---|---|---|---|---|---|---|
http:// | myhost | tools/spy | .printable.a4 | .html | / | a/b | ? | x=12 |
where:
• Protocol: Is the Hypertext transfer protocol (HTTP)
• Host: Is the name of the website
• Content path: Is the path specifying the content to be rendered
• Selector(s): Is used for alternative methods of rendering the content
• Extension: Is the content format that also specifies the script to be used for rendering
• Suffix: Can be used to specify additional information
• Param(s): Are any parameters required for dynamic content