File tree Expand file tree Collapse file tree
apache/apache-velocity/src
java/com/ossez/apache/velocity
test/java/com/ossez/apache/velocity/servlet Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .model ;
1+ package com .ossez .apache .velocity .model ;
22
33public class Product {
44
Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .service ;
1+ package com .ossez .apache .velocity .service ;
22
3- import com .baeldung .apache .velocity .model .Product ;
3+ import com .ossez .apache .velocity .model .Product ;
44import org .slf4j .Logger ;
55import org .slf4j .LoggerFactory ;
66
Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .servlet ;
1+ package com .ossez .apache .velocity .servlet ;
22
3- import com .baeldung .apache .velocity .model .Product ;
4- import com .baeldung .apache .velocity .service .ProductService ;
3+ import com .ossez .apache .velocity .model .Product ;
4+ import com .ossez .apache .velocity .service .ProductService ;
55import org .apache .velocity .Template ;
66import org .apache .velocity .context .Context ;
77import org .apache .velocity .tools .view .VelocityLayoutServlet ;
Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .servlet ;
1+ package com .ossez .apache .velocity .servlet ;
22
3- import com .baeldung .apache .velocity .model .Product ;
4- import com .baeldung .apache .velocity .service .ProductService ;
3+ import com .ossez .apache .velocity .model .Product ;
4+ import com .ossez .apache .velocity .service .ProductService ;
55import org .apache .velocity .Template ;
66import org .apache .velocity .context .Context ;
77import org .apache .velocity .tools .view .VelocityViewServlet ;
Original file line number Diff line number Diff line change 66 <display-name >apache-velocity</display-name >
77 <servlet >
88 <servlet-name >ProductServlet</servlet-name >
9- <servlet-class >com.baeldung .apache.velocity.servlet.ProductServlet</servlet-class >
9+ <servlet-class >com.ossez .apache.velocity.servlet.ProductServlet</servlet-class >
1010 </servlet >
1111
1212 <servlet >
1313 <servlet-name >LayoutServlet</servlet-name >
14- <servlet-class >com.baeldung .apache.velocity.servlet.LayoutServlet</servlet-class >
14+ <servlet-class >com.ossez .apache.velocity.servlet.LayoutServlet</servlet-class >
1515 </servlet >
1616 <servlet >
1717 <servlet-name >velocityLayout</servlet-name >
Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .servlet ;
1+ package com .ossez .apache .velocity .servlet ;
22
33import org .apache .http .HttpResponse ;
44import org .apache .http .client .HttpClient ;
Original file line number Diff line number Diff line change 1- package com .baeldung .apache .velocity .servlet ;
1+ package com .ossez .apache .velocity .servlet ;
22
33import org .apache .http .HttpResponse ;
44import org .apache .http .client .HttpClient ;
You can’t perform that action at this time.
0 commit comments