diff --git a/5.Code Inspection/CodeInspection.lyx b/5.Code Inspection/CodeInspection.lyx index 5c3b4bb..7ea3db9 100644 --- a/5.Code Inspection/CodeInspection.lyx +++ b/5.Code Inspection/CodeInspection.lyx @@ -495,8 +495,46 @@ Initial Release Overview \end_layout +\begin_layout Subsection +Classes Description +\end_layout + \begin_layout Standard -Qualcosa qui +We were given three different classes: +\family typewriter +ProductConfigItemContentWrapper +\family default +, +\family typewriter +SeoTransform +\family default + and +\family typewriter +UrlRegexpTransform +\family default +. +\end_layout + +\begin_layout Standard +Every class is pretty self-explanatory: +\family typewriter + ProductConfigItemContentWrapper +\family default +gets a product content to display while both +\family typewriter +SeoTransform +\family default +and +\family typewriter + UrlRegexpTransform +\family default +rely on the Freemarker template engine to parse and edit URIs +\family typewriter +. +\end_layout + +\begin_layout Subsection +Functional Roles \end_layout \begin_layout Section