Mudanças entre as edições de "Adobe AEM URL Decomposed"

De Basef
Ir para: navegação, pesquisa
 
Linha 26: 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 09h12min 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