fixed javadoc errors
This commit is contained in:
@@ -297,7 +297,7 @@ public abstract class CommonsFileUploadSupport {
|
||||
/**
|
||||
* Create a new MultipartParsingResult.
|
||||
* @param mpFiles Map of field name to MultipartFile instance
|
||||
* @param multipartParameters Map of field name to form field String value
|
||||
* @param mpParams Map of field name to form field String value
|
||||
*/
|
||||
public MultipartParsingResult(Map<String, MultipartFile> mpFiles, Map<String, String[]> mpParams) {
|
||||
this.multipartFiles = mpFiles;
|
||||
|
||||
@@ -250,7 +250,6 @@ public class InternalResourceView extends AbstractUrlBasedView {
|
||||
* @throws Exception if there's a fatal error while we're adding attributes
|
||||
* @see #renderMergedOutputModel
|
||||
* @see JstlView#exposeHelpers
|
||||
* @see org.springframework.web.servlet.view.tiles.TilesJstlView#exposeHelpers
|
||||
*/
|
||||
protected void exposeHelpers(HttpServletRequest request) throws Exception {
|
||||
}
|
||||
@@ -266,7 +265,6 @@ public class InternalResourceView extends AbstractUrlBasedView {
|
||||
* @return the request dispatcher path to use
|
||||
* @throws Exception if preparations failed
|
||||
* @see #getUrl()
|
||||
* @see org.springframework.web.servlet.view.tiles.TilesView#prepareForRendering
|
||||
*/
|
||||
protected String prepareForRendering(HttpServletRequest request, HttpServletResponse response)
|
||||
throws Exception {
|
||||
|
||||
@@ -21,8 +21,7 @@ import org.springframework.util.ClassUtils;
|
||||
/**
|
||||
* Convenient subclass of {@link UrlBasedViewResolver} that supports
|
||||
* {@link InternalResourceView} (i.e. Servlets and JSPs) and subclasses
|
||||
* such as {@link JstlView} and
|
||||
* {@link org.springframework.web.servlet.view.tiles.TilesView}.
|
||||
* such as {@link JstlView}.
|
||||
*
|
||||
* <p>The view class for all views generated by this resolver can be specified
|
||||
* via {@link #setViewClass}. See {@link UrlBasedViewResolver}'s javadoc for details.
|
||||
@@ -45,7 +44,6 @@ import org.springframework.util.ClassUtils;
|
||||
* @see #setRequestContextAttribute
|
||||
* @see InternalResourceView
|
||||
* @see JstlView
|
||||
* @see org.springframework.web.servlet.view.tiles.TilesView
|
||||
*/
|
||||
public class InternalResourceViewResolver extends UrlBasedViewResolver {
|
||||
|
||||
|
||||
@@ -63,7 +63,6 @@ import org.springframework.util.ReflectionUtils;
|
||||
* @see #initTool
|
||||
* @see org.apache.velocity.tools.view.context.ViewContext
|
||||
* @see org.apache.velocity.tools.view.context.ChainedContext
|
||||
* @see org.apache.velocity.tools.view.tools.LinkTool
|
||||
*/
|
||||
public class VelocityToolboxView extends VelocityView {
|
||||
|
||||
@@ -121,7 +120,6 @@ public class VelocityToolboxView extends VelocityView {
|
||||
* Overridden to check for the ViewContext interface which is part of the
|
||||
* view package of Velocity Tools. This requires a special Velocity context,
|
||||
* like ChainedContext as set up by {@link #createVelocityContext} in this class.
|
||||
* @see org.apache.velocity.tools.view.tools.LinkTool#init(Object)
|
||||
*/
|
||||
@Override
|
||||
protected void initTool(Object tool, Context velocityContext) throws Exception {
|
||||
|
||||
@@ -122,7 +122,6 @@ public class VelocityView extends AbstractTemplateView {
|
||||
* @see VelocityToolboxView
|
||||
* @see #createVelocityContext
|
||||
* @see #initTool
|
||||
* @see #setVelocityFormatterAttribute
|
||||
* @see #setDateToolAttribute
|
||||
* @see #setNumberToolAttribute
|
||||
*/
|
||||
|
||||
@@ -37,7 +37,6 @@ import org.springframework.web.servlet.view.AbstractUrlBasedView;
|
||||
* @see #setSuffix
|
||||
* @see #setRequestContextAttribute
|
||||
* @see #setExposeSpringMacroHelpers
|
||||
* @see #setVelocityFormatterAttribute
|
||||
* @see #setDateToolAttribute
|
||||
* @see #setNumberToolAttribute
|
||||
* @see VelocityView
|
||||
|
||||
@@ -411,7 +411,6 @@ public abstract class AbstractXsltView extends AbstractView {
|
||||
* @param model the model Map
|
||||
* @param request current HTTP request
|
||||
* @return a Map of parameters to apply to the transformation process
|
||||
* @see #getParameters()
|
||||
* @see javax.xml.transform.Transformer#setParameter
|
||||
*/
|
||||
protected Map getParameters(Map<String, Object> model, HttpServletRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user