Pascal Bartl
Test por , creado hace más de 1 año

TYPO3 CD 2020 (zweite Auflage) Test sobre 8.1 Routing Enhancers and Decorators, creado por Pascal Bartl el 09/04/2021.

0
0
0
Pascal Bartl
Creado por Pascal Bartl hace más de 3 años
Cerrar

8.1 Routing Enhancers and Decorators

Pregunta 1 de 4

1

What is the purpose of Routing Enhancers? (4)

Selecciona una o más de las siguientes respuestas posibles:

  • They improve the performance of internal routing processes

  • They map query parameters passed in requests to a request URI

  • They replace query parameters with meaningful slugs

  • They optimize the page speed

  • They may impact/improve search engine ranking of the website

  • They create human-readable URLs

Explicación

Pregunta 2 de 4

1

Which Routing Enhancers are shipped with the TYPO3 core by default? (3)

Selecciona una o más de las siguientes respuestas posibles:

  • Simple Enhancer

  • Advanced Enhancer

  • Plugin Enhancer

  • Extbase Plugin Enhancer

  • PiBase Enhancer

Explicación

Pregunta 3 de 4

1

Which Routing Decorator is shipped with the TYPO3 core by default? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • JSON Decorator

  • PageType Decorator

  • Stylesheet Decorator

  • Prefix Decorator

Explicación

Pregunta 4 de 4

1

How do you create human-readable URLs for detail pages of products, based on the product title, in your Extbase extension? (3)

Selecciona una o más de las siguientes respuestas posibles:

  • You have to develop a custom Routing Enhancer

  • You register a Routing Enhancer of the type “Plugin”.

  • You register a Routing Enhancer of the type “Extbase”

  • You define a route entry that points to the product controller’s detail action

  • You register the aspect PersistedAliasMapper for the field product_title

  • You register the aspect StaticRangeMapper for the field product_title

Explicación