Author: ehillenius Date: Sun Jun 10 21:57:42 2007 New Revision: 546004 URL: http://svn.apache.org/viewvc?view=rev&rev=546004 Log: doc fixes
Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java?view=diff&rev=546004&r1=546003&r2=546004 ============================================================================== --- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java (original) +++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/WebApplication.java Sun Jun 10 21:57:42 2007 @@ -425,19 +425,18 @@ } /** - * @return + * @return nada * @deprecated Replaced by [EMAIL PROTECTED] #getRequestCycleFactory()} */ + // TODO remove after compatibility release. protected final IRequestCycleFactory getDefaultRequestCycleFactory() { throw new UnsupportedOperationException("obsolete method. see getRequestCycleFactory"); } /** - * Create a request cycle factory which is used by default by WebSession. - * You may provide your own default factory by subclassing WebApplication - * and overriding this method or your may subclass WebSession to create a - * session specific request cycle factory. + * Create a request cycle factory that will be used for creating request + * cycle objects. * * @see WebSession#getRequestCycleFactory() * @see IRequestCycleFactory @@ -533,11 +532,11 @@ { getResourceSettings().addResourceFolder(resourceFolder); } - + // Configure the app. configure(); } - + /** * @see org.apache.wicket.Application#getConfigurationType() */ @@ -580,7 +579,7 @@ { return new WebApplicationPath(getServletContext()); } - + /** * Gets a new request cycle processor for web requests. May be replaced by * subclasses which whishes to uses there own implementation of @@ -680,7 +679,7 @@ outputDevelopmentModeWarning(); } } - + /** * This method prints a warning to stderr that we are starting in * development mode.