Fix links in Javadoc

Closes gh-25448
This commit is contained in:
XenoAmess
2020-07-22 16:24:55 +08:00
committed by GitHub
parent fa0a1446f0
commit c7f44ff671
9 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.servlet.DispatcherServlet;
/**
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.PreparerFactory}
* Abstract implementation of the Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory}
* interface, obtaining the current Spring WebApplicationContext and delegating to
* {@link #getPreparer(String, org.springframework.web.context.WebApplicationContext)}.
*

View File

@@ -28,7 +28,7 @@ import org.springframework.util.ClassUtils;
import org.springframework.web.context.WebApplicationContext;
/**
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
* that expects preparer class names and builds preparer instances for those,
* creating them through the Spring ApplicationContext in order to apply
* Spring container callbacks and configured Spring BeanPostProcessors.

View File

@@ -22,7 +22,7 @@ import org.apache.tiles.preparer.ViewPreparer;
import org.springframework.web.context.WebApplicationContext;
/**
* Tiles {@link org.apache.tiles.preparer.PreparerFactory} implementation
* Tiles {@link org.apache.tiles.preparer.factory.PreparerFactory} implementation
* that expects preparer bean names and obtains preparer beans from the
* Spring ApplicationContext. The full bean creation process will be in
* the control of the Spring application context in this case, allowing