Fix links in Javadoc
Closes gh-25448
This commit is contained in:
@@ -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)}.
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user