Author: chris.laprun(a)jboss.com
Date: 2007-05-09 12:47:57 -0400 (Wed, 09 May 2007)
New Revision: 7228
Modified:
trunk/common/src/main/org/jboss/portal/common/FixMe.java
trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcher.java
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcherFactory.java
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdaptable.java
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapted.java
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapter.java
trunk/common/src/main/org/jboss/portal/common/adapter/DefaultJavaLangObjectAdapted.java
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectAdapted.java
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcher.java
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcherFactory.java
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcher.java
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcherFactory.java
trunk/common/src/main/org/jboss/portal/common/ant/AbstractDeploymentTask.java
trunk/common/src/main/org/jboss/portal/common/ant/CannotCreateDirException.java
trunk/common/src/main/org/jboss/portal/common/ant/Deploy.java
trunk/common/src/main/org/jboss/portal/common/ant/DirException.java
trunk/common/src/main/org/jboss/portal/common/ant/Explode.java
trunk/common/src/main/org/jboss/portal/common/ant/FileIsNotDirException.java
trunk/common/src/main/org/jboss/portal/common/ant/Implode.java
trunk/common/src/main/org/jboss/portal/common/ant/Undeploy.java
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoaderContext.java
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoadingPolicy.java
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectBatch.java
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectLoader.java
trunk/common/src/main/org/jboss/portal/common/http/HttpHeader.java
trunk/common/src/main/org/jboss/portal/common/http/HttpHeaders.java
trunk/common/src/main/org/jboss/portal/common/http/HttpRequest.java
trunk/common/src/main/org/jboss/portal/common/http/HttpResponse.java
trunk/common/src/main/org/jboss/portal/common/http/QueryStringParser.java
trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java
trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java
trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java
trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java
trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java
trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java
trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java
trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java
trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java
trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleFactory.java
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java
trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java
trunk/common/src/main/org/jboss/portal/common/invocation/AbstractInvocationContext.java
trunk/common/src/main/org/jboss/portal/common/invocation/AttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyInterceptorStackFactory.java
trunk/common/src/main/org/jboss/portal/common/invocation/InterceptorStackFactory.java
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationContext.java
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationHandler.java
trunk/common/src/main/org/jboss/portal/common/invocation/Scope.java
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/AbstractSessionAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/MapAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/PrincipalAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/RequestAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/SessionAttributeResolver.java
trunk/common/src/main/org/jboss/portal/common/io/UndeclaredIOException.java
trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java
trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java
trunk/common/src/main/org/jboss/portal/common/junit/ExtendedAssert.java
trunk/common/src/main/org/jboss/portal/common/junit/TransactionAssert.java
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTask.java
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTest.java
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameter.java
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameterValue.java
trunk/common/src/main/org/jboss/portal/common/markup/MarkupAttribute.java
trunk/common/src/main/org/jboss/portal/common/markup/MarkupElement.java
trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java
trunk/common/src/main/org/jboss/portal/common/reflect/Modifier.java
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingRequestWrapper.java
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingResponseWrapper.java
trunk/common/src/main/org/jboss/portal/common/servlet/ServletOutputStreamBuffer.java
trunk/common/src/main/org/jboss/portal/common/test/MonoValuedTestParameterValue.java
trunk/common/src/main/org/jboss/portal/common/test/MultiValuedTestParameterValue.java
trunk/common/src/main/org/jboss/portal/common/test/TestParameterValue.java
trunk/common/src/main/org/jboss/portal/common/test/TestParametrization.java
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverCommand.java
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverResponse.java
trunk/common/src/main/org/jboss/portal/common/test/driver/ParameterNotBoundException.java
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriver.java
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverContainer.java
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverException.java
trunk/common/src/main/org/jboss/portal/common/test/driver/TestSuite.java
trunk/common/src/main/org/jboss/portal/common/test/driver/command/StartTestCommand.java
trunk/common/src/main/org/jboss/portal/common/test/driver/response/EndTestResponse.java
trunk/common/src/main/org/jboss/portal/common/test/driver/response/ErrorResponse.java
trunk/common/src/main/org/jboss/portal/common/test/driver/response/FailureResponse.java
trunk/common/src/main/org/jboss/portal/common/test/info/TestContainerInfo.java
trunk/common/src/main/org/jboss/portal/common/test/info/TestInfo.java
trunk/common/src/main/org/jboss/portal/common/test/info/TestItemInfo.java
trunk/common/src/main/org/jboss/portal/common/test/info/TestParameterInfo.java
trunk/common/src/main/org/jboss/portal/common/test/junit/JUnitAdapter.java
trunk/common/src/main/org/jboss/portal/common/test/junit/POJOJUnitTest.java
trunk/common/src/main/org/jboss/portal/common/test/junit/ThrowableDecoder.java
trunk/common/src/main/org/jboss/portal/common/text/CharBuffer.java
trunk/common/src/main/org/jboss/portal/common/text/FastURLEncoder.java
trunk/common/src/main/org/jboss/portal/common/util/CopyOnWriteRegistry.java
trunk/common/src/main/org/jboss/portal/common/util/IteratorStatus.java
trunk/common/src/main/org/jboss/portal/common/util/MapAccessor.java
trunk/common/src/main/org/jboss/portal/common/util/MapBuilder.java
trunk/common/src/main/org/jboss/portal/common/util/MarkupInfo.java
trunk/common/src/main/org/jboss/portal/common/xml/NullEntityResolver.java
Log:
- Updated svn properties.
Modified: trunk/common/src/main/org/jboss/portal/common/FixMe.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/FixMe.java 2007-05-09 09:58:43 UTC (rev
7227)
+++ trunk/common/src/main/org/jboss/portal/common/FixMe.java 2007-05-09 16:47:57 UTC (rev
7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class FixMe extends UnsupportedOperationException
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/FixMe.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class NotYetImplemented extends UnsupportedOperationException
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/NotYetImplemented.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcher.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcher.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcher.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
class AdaptedMethodDispatcher implements MethodDispatcher
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcher.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcherFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcherFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcherFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
class AdaptedMethodDispatcherFactory implements MethodDispatcherFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/AdaptedMethodDispatcherFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdaptable.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdaptable.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdaptable.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -23,10 +23,10 @@
package org.jboss.portal.common.adapter;
/**
- * Denotes an object that is class adaptable.
+ * Denotes an object that is class adaptable.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface ClassAdaptable
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdaptable.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapted.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapted.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapted.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
* A class adapted.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ClassAdapted
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapted.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapter.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapter.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapter.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,20 +22,20 @@
******************************************************************************/
package org.jboss.portal.common.adapter;
-import java.lang.reflect.InvocationHandler;
-import java.lang.reflect.Proxy;
-import java.lang.reflect.Method;
import java.lang.reflect.Constructor;
+import java.lang.reflect.InvocationHandler;
import java.lang.reflect.InvocationTargetException;
+import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
-import java.util.Map;
+import java.lang.reflect.Proxy;
import java.util.HashMap;
+import java.util.Map;
/**
* Creates a new class adapter.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ClassAdapter
{
@@ -62,9 +62,10 @@
};
/**
- * Creates a new class adapter. The object adapted implementation used will be an
instance of <code>JavaLangObjectAdapted</code>.
+ * Creates a new class adapter. The object adapted implementation used will be an
instance of
+ * <code>JavaLangObjectAdapted</code>.
*
- * @param loader the class loader that will contain the dynamic proxy generated class
+ * @param loader the class loader that will contain the dynamic proxy generated
class
* @param adapteds the array of class adapteds
* @throws NoSuchMethodException
* @throws IllegalArgumentException if an argument is null
@@ -77,8 +78,8 @@
/**
* Create a new class adapter.
*
- * @param loader the class loader that will contain the dynamic proxy generated class
- * @param adapteds the array of class adapteds
+ * @param loader the class loader that will contain the dynamic proxy generated
class
+ * @param adapteds the array of class adapteds
* @param objectAdapted the implementation of object adapted
* @throws NoSuchMethodException
* @throws IllegalArgumentException if an argument is null
@@ -109,7 +110,7 @@
itfs[0] = ClassAdaptable.class;
//
- for (int i = 0;i < adapteds.length;i++)
+ for (int i = 0; i < adapteds.length; i++)
{
ClassAdapted adapted = adapteds[i];
@@ -133,7 +134,7 @@
private void addAdapted(Class adaptedClass, MethodDispatcherFactory
methodDispatcherFactory)
{
Method[] methods = adaptedClass.getMethods();
- for (int j = 0;j < methods.length;j++)
+ for (int j = 0; j < methods.length; j++)
{
Method method = methods[j];
int modifiers = method.getModifiers();
@@ -147,9 +148,7 @@
}
}
- /**
- * Returns an instance of the the adaptable object.
- */
+ /** Returns an instance of the the adaptable object. */
public ClassAdaptable getAdaptable() throws IllegalAccessException,
InstantiationException, InvocationTargetException
{
return (ClassAdaptable)ctor.newInstance(new Object[]{handler});
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/ClassAdapter.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/DefaultJavaLangObjectAdapted.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/DefaultJavaLangObjectAdapted.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/DefaultJavaLangObjectAdapted.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class DefaultJavaLangObjectAdapted implements JavaLangObjectAdapted
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/DefaultJavaLangObjectAdapted.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectAdapted.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectAdapted.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectAdapted.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
* Defines contract for the <code>java.lang.Object</code> adapted.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface JavaLangObjectAdapted
{
@@ -50,7 +50,7 @@
* Implementation of <code>equals</code>.
*
* @param adaptable the adaptable object
- * @param obj the object to test equality with
+ * @param obj the object to test equality with
* @return true the equals value
*/
boolean equals(ClassAdaptable adaptable, Object obj);
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectAdapted.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcher.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcher.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcher.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -27,7 +27,7 @@
* are delegated by a dynamic proxy to the <code>InvocationHandler</code>.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
abstract class JavaLangObjectMethodDispatcher implements MethodDispatcher
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcher.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcherFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcherFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcherFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
class JavaLangObjectMethodDispatcherFactory implements MethodDispatcherFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/JavaLangObjectMethodDispatcherFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcher.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcher.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcher.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
interface MethodDispatcher
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcher.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcherFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcherFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcherFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
interface MethodDispatcherFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/adapter/MethodDispatcherFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/ant/AbstractDeploymentTask.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/ant/AbstractDeploymentTask.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/ant/AbstractDeploymentTask.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -42,7 +42,7 @@
* A deployment task.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public abstract class AbstractDeploymentTask extends Task
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/ant/AbstractDeploymentTask.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/CannotCreateDirException.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/ant/CannotCreateDirException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/ant/CannotCreateDirException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class CannotCreateDirException extends DirException
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/ant/CannotCreateDirException.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/Deploy.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/ant/Deploy.java 2007-05-09 09:58:43 UTC
(rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/ant/Deploy.java 2007-05-09 16:47:57 UTC
(rev 7228)
@@ -30,7 +30,7 @@
* A blocking deploy task.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class Deploy extends AbstractDeploymentTask
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/ant/Deploy.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/DirException.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/ant/DirException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/ant/DirException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class DirException extends Exception
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/ant/DirException.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/Explode.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/ant/Explode.java 2007-05-09 09:58:43 UTC
(rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/ant/Explode.java 2007-05-09 16:47:57 UTC
(rev 7228)
@@ -44,7 +44,7 @@
* Ant task that explode an archive.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class Explode extends Task
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/ant/Explode.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/FileIsNotDirException.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/ant/FileIsNotDirException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/ant/FileIsNotDirException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class FileIsNotDirException extends DirException
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/ant/FileIsNotDirException.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/Implode.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/ant/Implode.java 2007-05-09 09:58:43 UTC
(rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/ant/Implode.java 2007-05-09 16:47:57 UTC
(rev 7228)
@@ -42,7 +42,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class Implode extends Task
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/ant/Implode.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified: trunk/common/src/main/org/jboss/portal/common/ant/Undeploy.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/ant/Undeploy.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/ant/Undeploy.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -30,7 +30,7 @@
* A blocking undeploy task.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class Undeploy extends AbstractDeploymentTask
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/ant/Undeploy.java
___________________________________________________________________
Name: svn:keywords
- "Author Date Id Revision"
+ Author Date Id Revision
Modified:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoaderContext.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoaderContext.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoaderContext.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* Defines contextual services used for object batch loading service.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class LoaderContext
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoaderContext.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoadingPolicy.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoadingPolicy.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoadingPolicy.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,26 +26,24 @@
* Defines the loading policy for an object batch.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class LoadingPolicy
{
/**
- * When an attempt is made to load one object, all objects are loaded and the current
thread waits
- * until all objects have been either loaded or failed.
+ * When an attempt is made to load one object, all objects are loaded and the current
thread waits until all objects
+ * have been either loaded or failed.
*/
public static final LoadingPolicy LOAD_ALL_SYNC = new LoadingPolicy();
/**
- * When an attempt is made to load one object, all objects are loaded but the current
thread will
- * only have to wait the object it is requesting.
+ * When an attempt is made to load one object, all objects are loaded but the current
thread will only have to wait
+ * the object it is requesting.
*/
public static final LoadingPolicy LOAD_ALL_ASYNC = new LoadingPolicy();
- /**
- * When an attempt is made to load object object, only the requested object will be
loaded.
- */
+ /** When an attempt is made to load object object, only the requested object will be
loaded. */
public static final LoadingPolicy LOAD_ONE = new LoadingPolicy();
private LoadingPolicy()
Property changes on:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/LoadingPolicy.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectBatch.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectBatch.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectBatch.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,17 +22,17 @@
******************************************************************************/
package org.jboss.portal.common.concurrent.loader;
+import edu.emory.mathcs.backport.java.util.concurrent.Callable;
+import edu.emory.mathcs.backport.java.util.concurrent.ExecutionException;
+import edu.emory.mathcs.backport.java.util.concurrent.Future;
import edu.emory.mathcs.backport.java.util.concurrent.locks.Lock;
import edu.emory.mathcs.backport.java.util.concurrent.locks.ReentrantLock;
-import edu.emory.mathcs.backport.java.util.concurrent.Future;
-import edu.emory.mathcs.backport.java.util.concurrent.Callable;
-import edu.emory.mathcs.backport.java.util.concurrent.ExecutionException;
/**
* Defines a batch of virtual objects.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ObjectBatch
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectBatch.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectLoader.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectLoader.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectLoader.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,12 +26,10 @@
* Defines loading capabilities for an object.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface ObjectLoader
{
- /**
- * Loads an object or return null.
- */
+ /** Loads an object or return null. */
Object load();
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/concurrent/loader/ObjectLoader.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/http/HttpHeader.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/http/HttpHeader.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/http/HttpHeader.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -23,15 +23,15 @@
package org.jboss.portal.common.http;
import java.io.Serializable;
-import java.util.List;
import java.util.ArrayList;
import java.util.Iterator;
+import java.util.List;
/**
* Modelize an http header structure.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class HttpHeader implements Serializable
{
@@ -90,9 +90,7 @@
return elements.iterator();
}
- /**
- * An element of an header
- */
+ /** An element of an header */
public static class Element implements Serializable
{
/** The mandatory name. */
@@ -174,9 +172,7 @@
return params.iterator();
}
- /**
- * A param of an element.
- */
+ /** A param of an element. */
public static class Param implements Serializable
{
/** The mandatory name. */
@@ -215,7 +211,7 @@
public String getValue()
{
StringBuffer buffer = new StringBuffer();
- for (Iterator j = elements();j.hasNext();)
+ for (Iterator j = elements(); j.hasNext();)
{
HttpHeader.Element elt = (HttpHeader.Element)j.next();
buffer.append(elt.getName());
@@ -223,7 +219,7 @@
{
buffer.append("=").append(elt.getValue());
}
- for (Iterator k = elt.params();k.hasNext();)
+ for (Iterator k = elt.params(); k.hasNext();)
{
HttpHeader.Element.Param param = (HttpHeader.Element.Param)k.next();
buffer.append(";").append(param.getName());
Property changes on: trunk/common/src/main/org/jboss/portal/common/http/HttpHeader.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/http/HttpHeaders.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/http/HttpHeaders.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/http/HttpHeaders.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.http;
-import java.util.List;
+import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
-import java.io.Serializable;
+import java.util.List;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class HttpHeaders implements Serializable
{
@@ -58,7 +58,7 @@
{
throw new IllegalArgumentException();
}
- for (Iterator i = headers.iterator();i.hasNext();)
+ for (Iterator i = headers.iterator(); i.hasNext();)
{
HttpHeader header = (HttpHeader)i.next();
if (header.getName().equals(name))
@@ -77,7 +77,7 @@
public String toString()
{
StringBuffer buffer = new StringBuffer();
- for (Iterator i = headers.iterator();i.hasNext();)
+ for (Iterator i = headers.iterator(); i.hasNext();)
{
HttpHeader header = (HttpHeader)i.next();
buffer.append(header.toString());
Property changes on: trunk/common/src/main/org/jboss/portal/common/http/HttpHeaders.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/http/HttpRequest.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/http/HttpRequest.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/http/HttpRequest.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -23,21 +23,21 @@
package org.jboss.portal.common.http;
import java.io.Serializable;
+import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
-import java.util.Collections;
/**
* Just used to define the request body.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class HttpRequest implements Serializable
{
- public abstract static class Body implements Serializable
+ public abstract static class Body implements Serializable
{
}
Property changes on: trunk/common/src/main/org/jboss/portal/common/http/HttpRequest.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/http/HttpResponse.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/http/HttpResponse.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/http/HttpResponse.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class HttpResponse implements Serializable
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/http/HttpResponse.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/http/QueryStringParser.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/http/QueryStringParser.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/http/QueryStringParser.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,14 +24,14 @@
import org.jboss.portal.common.util.URLTools;
+import java.util.Collections;
+import java.util.HashMap;
import java.util.Map;
-import java.util.Collections;
import java.util.StringTokenizer;
-import java.util.HashMap;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class QueryStringParser
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/http/QueryStringParser.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,18 +22,18 @@
******************************************************************************/
package org.jboss.portal.common.i18n;
+import org.jboss.portal.common.io.UndeclaredIOException;
import org.jboss.portal.common.util.ConversionException;
import org.jboss.portal.common.util.NullConversionException;
-import org.jboss.portal.common.io.UndeclaredIOException;
-import java.util.Locale;
-import java.io.Writer;
import java.io.IOException;
import java.io.StringWriter;
+import java.io.Writer;
+import java.util.Locale;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public abstract class AbstractLocaleFormat implements LocaleFormat
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/AbstractLocaleFormat.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -29,7 +29,7 @@
* The immutable name of a bundle.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class BundleName
{
@@ -129,7 +129,7 @@
country = locale.getCountry();
variant = locale.getVariant();
status = 8 + (language.length() > 0 ? 4 : 0) + (country.length() > 0 ? 2 :
0) + (variant.length() > 0 ? 1 : 0);
- switch(status & 0x7)
+ switch (status & 0x7)
{
case 0:
name = baseName;
@@ -173,7 +173,7 @@
}
else
{
- switch(status)
+ switch (status)
{
case 0:
throw new NoSuchElementException();
@@ -224,10 +224,9 @@
public static class Parser
{
/**
- *
* @param s
* @param from inclusive
- * @param to exclusive
+ * @param to exclusive
* @return
*/
public BundleName parse(String s, int from, int to)
Property changes on: trunk/common/src/main/org/jboss/portal/common/i18n/BundleName.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,17 +22,16 @@
******************************************************************************/
package org.jboss.portal.common.i18n;
+import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap;
import org.jboss.portal.common.util.ConversionException;
-import java.util.Locale;
-import java.io.Writer;
import java.io.IOException;
+import java.io.Writer;
+import java.util.Locale;
-import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap;
-
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class CachingLocaleFormat implements LocaleFormat
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/CachingLocaleFormat.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,15 +24,15 @@
import org.jboss.portal.common.util.Tools;
-import java.util.ResourceBundle;
+import java.io.IOException;
+import java.io.InputStream;
import java.util.Locale;
import java.util.PropertyResourceBundle;
-import java.io.InputStream;
-import java.io.IOException;
+import java.util.ResourceBundle;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ComplexResourceBundleFactory implements ResourceBundleFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/ComplexResourceBundleFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,18 +24,18 @@
import org.jboss.portal.common.util.FormatConversionException;
+import java.io.IOException;
+import java.io.Writer;
+import java.util.HashMap;
+import java.util.Iterator;
import java.util.Locale;
import java.util.Map;
-import java.util.HashMap;
-import java.util.Iterator;
-import java.io.Writer;
-import java.io.IOException;
/**
* Implementation for the programmatic name of a locale.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
class DefaultLocaleFormat extends AbstractLocaleFormat
{
@@ -45,7 +45,7 @@
static
{
- for (Iterator i = LocaleManager.getLocales().iterator();i.hasNext();)
+ for (Iterator i = LocaleManager.getLocales().iterator(); i.hasNext();)
{
Locale locale = (Locale)i.next();
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/DefaultLocaleFormat.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -26,22 +26,19 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class I18NTools
{
- /**
- * Separator.
- */
+ /** Separator. */
private static final String RFC3066_SEPARATOR = "-";
/**
- * Retrieves the language identification tag associated to the specified Locale as
defined by
- * <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC
3066</a> limited to 2-letter
- * language code per ISO standard 639, a "-" (dash) and a 2-letter country
code per
- * ISO 3166 alpha-2 country codes. E.g. "en-US" for American English,
"en-GB" for
- * British English, etc.
+ * Retrieves the language identification tag associated to the specified Locale as
defined by <a
+ *
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC 3066</a>
limited to 2-letter language code per ISO standard
+ * 639, a "-" (dash) and a 2-letter country code per ISO 3166 alpha-2
country codes. E.g. "en-US" for American
+ * English, "en-GB" for British English, etc.
*
* @param locale the locale which language tag is wanted
* @return a <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC
3066</a>-compatible language tag.
Property changes on: trunk/common/src/main/org/jboss/portal/common/i18n/I18NTools.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface LocaleFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,13 +24,13 @@
import org.jboss.portal.common.util.ConversionException;
+import java.io.IOException;
+import java.io.Writer;
import java.util.Locale;
-import java.io.Writer;
-import java.io.IOException;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface LocaleFormat
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/i18n/LocaleFormat.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -30,7 +30,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class LocaleManager
{
@@ -38,9 +38,7 @@
/** . */
private static final Collection all =
Collections.unmodifiableSet(Tools.toSet(Locale.getAvailableLocales()));
- /**
- * Return a collection of all available locale info for the platform.
- */
+ /** Return a collection of all available locale info for the platform. */
public static Collection getLocales()
{
return all;
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/LocaleManager.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,38 +24,30 @@
import org.jboss.portal.common.util.FormatConversionException;
-import java.util.regex.Pattern;
-import java.util.regex.Matcher;
-import java.util.Locale;
-import java.util.Arrays;
-import java.io.Writer;
import java.io.IOException;
+import java.io.Writer;
+import java.util.Arrays;
+import java.util.Locale;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
class RFC3066LanguageTagLocaleFormat extends AbstractLocaleFormat
{
- /**
- * Separator.
- */
+ /** Separator. */
private static final String RFC3066_SEPARATOR = "-";
- /**
- * Valid language tag matcher (see <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC 3066</a>).
- */
+ /** Valid language tag matcher (see <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC 3066</a>). */
private final Pattern RFC3066_COMPOUND_LANG_PATTERN =
Pattern.compile("(\\p{Lower}{2})(-(\\p{Upper}{2}))?");
- /**
- * Sorted valid ISO country codes (needed for Arrays.binarySearch).
- */
+ /** Sorted valid ISO country codes (needed for Arrays.binarySearch). */
private final String[] SORTED_ISO_COUNTRIES = Locale.getISOCountries();
- /**
- * Sorted valid ISO language codes (needed for Arrays.binarySearch).
- */
+ /** Sorted valid ISO language codes (needed for Arrays.binarySearch). */
private final String[] SORTED_ISO_LANGUAGES = Locale.getISOLanguages();
protected Locale internalGetLocale(String value) throws FormatConversionException
@@ -85,11 +77,10 @@
}
/**
- * Retrieves the language identification tag associated to the specified Locale as
defined by
- * <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC
3066</a> limited to 2-letter
- * language code per ISO standard 639, a "-" (dash) and a 2-letter country
code per
- * ISO 3166 alpha-2 country codes. E.g. "en-US" for American English,
"en-GB" for
- * British English, etc.
+ * Retrieves the language identification tag associated to the specified Locale as
defined by <a
+ *
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC 3066</a>
limited to 2-letter language code per ISO standard
+ * 639, a "-" (dash) and a 2-letter country code per ISO 3166 alpha-2
country codes. E.g. "en-US" for American
+ * English, "en-GB" for British English, etc.
*
* @param locale the locale which language tag is wanted
* @return a <a
href="http://www.ietf.org/rfc/rfc3066.txt">IETF RFC
3066</a>-compatible language tag.
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/RFC3066LanguageTagLocaleFormat.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.i18n;
+import java.util.Locale;
import java.util.ResourceBundle;
-import java.util.Locale;
/**
* Definition of a factory for resource bundles.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface ResourceBundleFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,23 +24,22 @@
import org.apache.log4j.Logger;
-import java.util.Map;
-import java.util.ResourceBundle;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Locale;
+import java.util.Map;
import java.util.MissingResourceException;
+import java.util.ResourceBundle;
/**
- * <p>Manage a set of resource bundles. Obtention of bundles is done using a
ResourceBundleFactory object.
- * A bundle obtained succesfully is cached in order to avoid the potential expensive cost
of bundle obtention.</p>
+ * <p>Manage a set of resource bundles. Obtention of bundles is done using a
ResourceBundleFactory object. A bundle
+ * obtained succesfully is cached in order to avoid the potential expensive cost of
bundle obtention.</p>
+ * <p/>
+ * <p>The manager can also be used to build LocalizedString object from the loaded
bundles.</p>
*
- * <p>The manager can also be used to build LocalizedString object from the loaded
bundles.</p>
- *
- *
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
* @author <a href="mailto:theute@jboss.org">Thomas Heute</a>
- * @version $Revision: 6697 $
+ * @version $Revision$
*/
public class ResourceBundleManager
{
@@ -58,7 +57,7 @@
private ResourceBundleFactory resourceBundleFactory;
/**
- * @param defaultBundle the default bundle returned when no bundle has been obtained
for the locale
+ * @param defaultBundle the default bundle returned when no bundle has been
obtained for the locale
* @param resourceBundleFactory the resource bundle factory
* @throws IllegalArgumentException IllegalArgumentException if the resource bundle
factory is null
*/
@@ -79,7 +78,7 @@
* <code>Locale.ENGLISH</code>. Two successive calls to this method may
not return identical results since the
* returned <code>LocalizedString</code> is built using the bundles known
by the manager.
*
- * @param key the key to lookup in the bundles
+ * @param key the key to lookup in the bundles
* @param defaultValue the default value
* @return the localized string
* @throws IllegalArgumentException if the key of the default value is null
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/ResourceBundleManager.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.i18n;
+import java.util.Locale;
import java.util.ResourceBundle;
-import java.util.Locale;
/**
* An implementation that delegates bundle loading to
<code>ResourceBundle.getBundle(String,Locale,ClassLoader)</code>.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class SimpleResourceBundleFactory implements ResourceBundleFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/i18n/SimpleResourceBundleFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/AbstractInvocationContext.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/AbstractInvocationContext.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/AbstractInvocationContext.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,12 +22,12 @@
******************************************************************************/
package org.jboss.portal.common.invocation;
+import java.util.HashMap;
import java.util.Map;
-import java.util.HashMap;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class AbstractInvocationContext implements InvocationContext
{
@@ -132,7 +132,8 @@
}
/**
- * Typed registration to avoid issues classes that implement both interfaces
AttributeResolver and InvocationContext.
+ * Typed registration to avoid issues classes that implement both interfaces
AttributeResolver and
+ * InvocationContext.
*/
private abstract static class Registration
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/AbstractInvocationContext.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/invocation/AttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/AttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/AttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* An attribute resolver.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface AttributeResolver
{
@@ -43,14 +43,14 @@
* Return an attribute from this resolver.
*
* @param attrKey
+ * @return the attribute value or null if it is not found
* @throws IllegalArgumentException if the attribute key is not valid
- * @return the attribute value or null if it is not found
*/
Object getAttribute(Object attrKey) throws IllegalArgumentException;
/**
- * Update an attribute value on this resolve. If the attribute value is null
- * the resolver must treat the operation as a removal of the attribute.
+ * Update an attribute value on this resolve. If the attribute value is null the
resolver must treat the operation as
+ * a removal of the attribute.
*
* @param attrKey
* @param attrValue the attribute value
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/AttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -21,12 +21,12 @@
*/
package org.jboss.portal.common.invocation;
+import java.util.Collections;
import java.util.Set;
-import java.util.Collections;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class EmptyAttributeResolver implements AttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyInterceptorStackFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyInterceptorStackFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyInterceptorStackFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class EmptyInterceptorStackFactory implements InterceptorStackFactory
{
@@ -36,6 +36,7 @@
{
return 0;
}
+
public Interceptor getInterceptor(int index) throws ArrayIndexOutOfBoundsException
{
throw new ArrayIndexOutOfBoundsException();
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/EmptyInterceptorStackFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/InterceptorStackFactory.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/InterceptorStackFactory.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/InterceptorStackFactory.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface InterceptorStackFactory
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/InterceptorStackFactory.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/invocation/InvocationContext.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationContext.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationContext.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface InvocationContext
{
@@ -58,8 +58,8 @@
void setAttribute(Scope attrScope, Object attrKey, Object attrValue) throws
IllegalArgumentException;
/**
- * Remove an attribute value. If the attribute value is null
- * the resolver must treat the operation as a removal of the attribute.
+ * Remove an attribute value. If the attribute value is null the resolver must treat
the operation as a removal of
+ * the attribute.
*
* @param attrKey
* @throws IllegalArgumentException if the attribute key is null or the attribute
scope is not valid
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationContext.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/invocation/InvocationHandler.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationHandler.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationHandler.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,12 +22,9 @@
******************************************************************************/
package org.jboss.portal.common.invocation;
-import org.jboss.portal.common.invocation.Invocation;
-import org.jboss.portal.common.invocation.InvocationException;
-
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface InvocationHandler
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/InvocationHandler.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/invocation/Scope.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/invocation/Scope.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/invocation/Scope.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
* The scope of an attribute.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class Scope
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/invocation/Scope.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/AbstractSessionAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/AbstractSessionAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/AbstractSessionAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,14 +26,14 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
+import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
-import java.util.Collections;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public abstract class AbstractSessionAttributeResolver implements AttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/AbstractSessionAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/MapAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/MapAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/MapAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -30,7 +30,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MapAttributeResolver implements AttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/MapAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/PrincipalAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/PrincipalAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/PrincipalAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -27,7 +27,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class PrincipalAttributeResolver extends AbstractSessionAttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/PrincipalAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/RequestAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/RequestAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/RequestAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -30,7 +30,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class RequestAttributeResolver implements AttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/RequestAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/SessionAttributeResolver.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/SessionAttributeResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/SessionAttributeResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class SessionAttributeResolver extends AbstractSessionAttributeResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/invocation/resolver/SessionAttributeResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/io/UndeclaredIOException.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/io/UndeclaredIOException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/io/UndeclaredIOException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.io;
+import java.io.IOException;
import java.lang.reflect.UndeclaredThrowableException;
-import java.io.IOException;
/**
* Avoid a method to declare an IOException in its signature when it is not necessary.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class UndeclaredIOException extends UndeclaredThrowableException
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/io/UndeclaredIOException.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,19 +22,19 @@
******************************************************************************/
package org.jboss.portal.common.jar;
-import java.util.jar.JarEntry;
-import java.util.List;
-import java.util.Iterator;
+import java.net.MalformedURLException;
+import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
-import java.net.URL;
-import java.net.MalformedURLException;
+import java.util.Iterator;
+import java.util.List;
+import java.util.jar.JarEntry;
/**
* Enhance jar entry object by adding more info.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class JarEntryInfo implements Comparable
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/jar/JarEntryInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java 2007-05-09 09:58:43 UTC
(rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java 2007-05-09 16:47:57 UTC
(rev 7228)
@@ -22,18 +22,18 @@
******************************************************************************/
package org.jboss.portal.common.jar;
+import java.io.IOException;
+import java.util.Enumeration;
+import java.util.Iterator;
import java.util.SortedSet;
import java.util.TreeSet;
-import java.util.Enumeration;
-import java.util.Iterator;
+import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import java.util.jar.JarInputStream;
-import java.util.jar.JarEntry;
-import java.io.IOException;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class JarInfo
{
@@ -48,7 +48,7 @@
throw new IllegalArgumentException();
}
entries = new TreeSet();
- for (Enumeration e = file.entries();e.hasMoreElements();)
+ for (Enumeration e = file.entries(); e.hasMoreElements();)
{
JarEntry entry = (JarEntry)e.nextElement();
JarEntryInfo info = new JarEntryInfo(entry);
@@ -63,7 +63,7 @@
throw new IllegalArgumentException();
}
entries = new TreeSet();
- for (JarEntry entry = in.getNextJarEntry();entry !=null;entry =
in.getNextJarEntry())
+ for (JarEntry entry = in.getNextJarEntry(); entry != null; entry =
in.getNextJarEntry())
{
JarEntryInfo info = new JarEntryInfo(entry);
entries.add(info);
Property changes on: trunk/common/src/main/org/jboss/portal/common/jar/JarInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/junit/ExtendedAssert.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/junit/ExtendedAssert.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/junit/ExtendedAssert.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -31,7 +31,7 @@
* Add more assert methods.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1842 $
+ * @version $Revision$
*/
public class ExtendedAssert extends Assert
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/ExtendedAssert.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/junit/TransactionAssert.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/junit/TransactionAssert.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/junit/TransactionAssert.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -25,14 +25,14 @@
import junit.framework.Assert;
import junit.framework.AssertionFailedError;
-import javax.transaction.UserTransaction;
-import javax.transaction.Status;
import javax.naming.InitialContext;
import javax.naming.NamingException;
+import javax.transaction.Status;
+import javax.transaction.UserTransaction;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5246 $
+ * @version $Revision$
*/
public class TransactionAssert extends Assert
{
@@ -117,9 +117,7 @@
}
}
- /**
- * Commit the transaction or fail.
- */
+ /** Commit the transaction or fail. */
public static void commitTransaction()
{
try
@@ -133,9 +131,7 @@
}
}
- /**
- * Rollback the transaction or fail.
- */
+ /** Rollback the transaction or fail. */
public static void rollbackTransaction()
{
rollbackTransaction(true);
@@ -178,9 +174,7 @@
}
}
- /**
- * Begin a transaction or fail.
- */
+ /** Begin a transaction or fail. */
public static void beginTransaction()
{
try
@@ -194,10 +188,7 @@
}
}
- /**
- * If no transaction do nothing.
- * End the transaction if it is active or marked for rollback otherwise fail.
- */
+ /** If no transaction do nothing. End the transaction if it is active or marked for
rollback otherwise fail. */
public static int endTransaction()
{
try
@@ -229,10 +220,7 @@
}
}
- /**
- * If no transaction do nothing.
- * End the transaction if it is active or marked for rollback otherwise fail.
- */
+ /** If no transaction do nothing. End the transaction if it is active or marked for
rollback otherwise fail. */
public static int endTransaction(Terminator expectedTerminator)
{
if (expectedTerminator == null)
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/TransactionAssert.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTask.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTask.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTask.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ConfigurableJUnitTask extends JUnitTask
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTask.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTest.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTest.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTest.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -23,19 +23,18 @@
package org.jboss.portal.common.junit.ant;
import org.apache.tools.ant.taskdefs.optional.junit.JUnitTest;
-import org.jboss.portal.common.junit.ant.ConfigurableJUnitTask;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.ArrayList;
-import java.io.ObjectOutputStream;
-import java.io.IOException;
import java.io.File;
import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.ObjectOutputStream;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.Map;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ConfigurableJUnitTest extends JUnitTest
{
@@ -75,7 +74,7 @@
else if (parameter.nestedValues.size() > 0)
{
values = new String[parameter.nestedValues.size()];
- for (int j = 0;j < values.length;j++)
+ for (int j = 0; j < values.length; j++)
{
values[j] = ((TestParameterValue)parameter.nestedValues.get(j)).text;
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/ant/ConfigurableJUnitTest.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameter.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameter.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameter.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,18 +22,15 @@
******************************************************************************/
package org.jboss.portal.common.junit.ant;
-import java.util.Map;
-import java.util.Iterator;
-import java.util.ArrayList;
-import java.io.ObjectInputStream;
-import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
-import java.io.IOException;
+import java.io.ObjectInputStream;
+import java.util.ArrayList;
+import java.util.Map;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestParameter
{
@@ -62,7 +59,7 @@
nestedValues.add(value);
}
- public static Map readExternalParameters()
+ public static Map readExternalParameters()
{
try
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameter.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameterValue.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameterValue.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameterValue.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestParameterValue
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/junit/ant/TestParameterValue.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/markup/MarkupAttribute.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/markup/MarkupAttribute.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/markup/MarkupAttribute.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,19 +22,19 @@
******************************************************************************/
package org.jboss.portal.common.markup;
-import org.jboss.portal.common.text.FastURLEncoder;
import org.jboss.portal.common.io.UndeclaredIOException;
+import org.jboss.portal.common.text.FastURLEncoder;
-import java.io.Writer;
import java.io.IOException;
import java.io.StringWriter;
import java.io.UnsupportedEncodingException;
+import java.io.Writer;
/**
* A markup attribute.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MarkupAttribute
{
@@ -52,9 +52,9 @@
final String encodedValue;
/**
- * @param name the attribute name
+ * @param name the attribute name
* @param value the attribute value
- * @param type the attribute type
+ * @param type the attribute type
*/
public MarkupAttribute(String name, String value, Type type)
{
@@ -100,9 +100,7 @@
return type;
}
- /**
- * The type of the attribute value.
- */
+ /** The type of the attribute value. */
public abstract static class Type
{
@@ -130,13 +128,9 @@
}
/**
- * CDATA is a sequence of characters from the document character set and may
include character entities.
- * User agents should interpret attribute values as follows:
- * <ul>
- * <li>Replace character entities with characters,</li>
- * <li>Ignore line feeds,</li>
- * <li>Replace each carriage return or tab with a single
space.</li>
- * </ul>
+ * CDATA is a sequence of characters from the document character set and may
include character entities. User
+ * agents should interpret attribute values as follows: <ul>
<li>Replace character entities with characters,</li>
+ * <li>Ignore line feeds,</li> <li>Replace each carriage return
or tab with a single space.</li> </ul>
*/
public static final Type CDATA = new CDATAType();
@@ -146,14 +140,10 @@
*/
public static final Type NAME = new CDATAType();
- /**
- * %ContentType required : CDATA -- media type, as per [RFC2045].
- */
+ /** %ContentType required : CDATA -- media type, as per [RFC2045]. */
public static final Type CONTENT_TYPE = new CDATAType();
- /**
- * %URI : CDATA -- a Uniform Resource Identifier, see [URI].
- */
+ /** %URI : CDATA -- a Uniform Resource Identifier, see [URI]. */
public static final Type URI = new CDATAType()
{
{
@@ -182,24 +172,16 @@
}
};
- /**
- * %LinkTypes : CDATA -- space-separated list of link types.
- */
+ /** %LinkTypes : CDATA -- space-separated list of link types. */
public static final Type LINK_TYPES = new CDATAType();
- /**
- * %Text : CDATA : CDATA.
- */
+ /** %Text : CDATA : CDATA. */
public static final Type TEXT = new CDATAType();
- /**
- * %MediaDesc : CDATA -- single or comma-separated list of media descriptors.
- */
+ /** %MediaDesc : CDATA -- single or comma-separated list of media descriptors. */
public static final Type MEDIA_DESC = new CDATAType();
- /**
- * %URI : CDATA -- a Uniform Resource Identifier, see [URI].
- */
+ /** %URI : CDATA -- a Uniform Resource Identifier, see [URI]. */
public static final Type HREF = new CDATAType();
}
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/markup/MarkupAttribute.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/markup/MarkupElement.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/markup/MarkupElement.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/markup/MarkupElement.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,17 +24,17 @@
import org.jboss.portal.common.io.UndeclaredIOException;
-import java.util.Set;
-import java.util.HashSet;
-import java.io.Writer;
import java.io.IOException;
import java.io.StringWriter;
+import java.io.Writer;
+import java.util.HashSet;
+import java.util.Set;
/**
* An markup element.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MarkupElement
{
@@ -46,10 +46,9 @@
final String bodyContent;
/**
- * If true and the body content is null then output the start tag and
- * the end tag instead of an empty tag. The use case is for the script element which
- * when it is empty raise issues on IE, so it start element and end element have to
be
- * used.
+ * If true and the body content is null then output the start tag and the end tag
instead of an empty tag. The use
+ * case is for the script element which when it is empty raise issues on IE, so it
start element and end element have
+ * to be used.
*/
final boolean neverEmpty;
@@ -57,7 +56,7 @@
final MarkupAttribute[] attributes;
/**
- * @param name the element name
+ * @param name the element name
* @param bodyContent the optional body content
* @param neverEmpty
* @param attributes
@@ -79,7 +78,7 @@
//
Set tmp = new HashSet();
- for (int i= 0;i < attributes.length;i++)
+ for (int i = 0; i < attributes.length; i++)
{
MarkupAttribute attribute = attributes[i];
if (attribute == null)
@@ -125,7 +124,7 @@
public MarkupAttribute getAttribute(String name)
{
- for (int i = 0;i < attributes.length;i++)
+ for (int i = 0; i < attributes.length; i++)
{
MarkupAttribute attribute = attributes[i];
if (attribute.name.equals(name))
@@ -150,7 +149,7 @@
{
writer.write("<");
writer.write(name);
- for (int i = 0;i < attributes.length;i++)
+ for (int i = 0; i < attributes.length; i++)
{
MarkupAttribute attribute = attributes[i];
Property changes on:
trunk/common/src/main/org/jboss/portal/common/markup/MarkupElement.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -26,17 +26,13 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface URLFilter
{
- /**
- * Return true if the filter accepts the url.
- */
+ /** Return true if the filter accepts the url. */
boolean acceptFile(URL url);
- /**
- * Return true if the directory should be visited.
- */
+ /** Return true if the directory should be visited. */
boolean acceptDir(URL url);
}
Property changes on: trunk/common/src/main/org/jboss/portal/common/net/URLFilter.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/reflect/Modifier.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/reflect/Modifier.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/reflect/Modifier.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,14 +28,13 @@
* Extends the java Modifier object in order to add more utility methods.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class Modifier extends java.lang.reflect.Modifier
{
/**
- * Return true if the field is considered as a readable property which means that
- * it is public and non static.
+ * Return true if the field is considered as a readable property which means that it
is public and non static.
*
* @param f the field to test
* @return true if the field is a readable property
@@ -54,8 +53,8 @@
}
/**
- * Return true if the field is considered as a writable property which means that
- * it is public, non static and non final.
+ * Return true if the field is considered as a writable property which means that it
is public, non static and non
+ * final.
*
* @param f the field to test
* @return true if the field is a writable property
Property changes on: trunk/common/src/main/org/jboss/portal/common/reflect/Modifier.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingRequestWrapper.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingRequestWrapper.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingRequestWrapper.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,23 +24,21 @@
import org.jboss.portal.common.util.Tools;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletRequestWrapper;
import java.util.Enumeration;
import java.util.HashMap;
-import java.util.Map;
-import java.util.Locale;
-import java.util.Set;
import java.util.HashSet;
import java.util.Iterator;
+import java.util.Locale;
+import java.util.Map;
+import java.util.Set;
-import javax.servlet.http.HttpServletRequest;
-import javax.servlet.http.HttpServletRequestWrapper;
-
/**
- * Wrapper around a HTTPServletRequest to add attributes without
- * affecting the actual request.
+ * Wrapper around a HTTPServletRequest to add attributes without affecting the actual
request.
*
* @author <a href="mailto:theute@jboss.org">Thomas Heute</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class BufferingRequestWrapper extends HttpServletRequestWrapper
{
@@ -126,7 +124,7 @@
Set names = new HashSet();
//
- for (Enumeration e = getRequest().getAttributeNames();e.hasMoreElements();)
+ for (Enumeration e = getRequest().getAttributeNames(); e.hasMoreElements();)
{
names.add(e.nextElement());
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingRequestWrapper.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingResponseWrapper.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingResponseWrapper.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingResponseWrapper.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,20 +24,20 @@
import org.jboss.portal.common.io.UndeclaredIOException;
+import javax.servlet.ServletOutputStream;
+import javax.servlet.http.Cookie;
+import javax.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponseWrapper;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.Locale;
-import javax.servlet.ServletOutputStream;
-import javax.servlet.http.Cookie;
-import javax.servlet.http.HttpServletResponse;
-import javax.servlet.http.HttpServletResponseWrapper;
-
/**
* Redirection of the Writer
+ *
* @author <a href="mailto:theute@jboss.org">Thomas Heute</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class BufferingResponseWrapper extends HttpServletResponseWrapper
{
@@ -92,7 +92,7 @@
return null;
}
}
-
+
public void addCookie(Cookie arg0)
{
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/servlet/BufferingResponseWrapper.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/servlet/ServletOutputStreamBuffer.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/servlet/ServletOutputStreamBuffer.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/servlet/ServletOutputStreamBuffer.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ServletOutputStreamBuffer extends ServletOutputStream
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/servlet/ServletOutputStreamBuffer.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/MonoValuedTestParameterValue.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/MonoValuedTestParameterValue.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/MonoValuedTestParameterValue.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
* A mono value.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MonoValuedTestParameterValue extends TestParameterValue
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/MonoValuedTestParameterValue.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/MultiValuedTestParameterValue.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/MultiValuedTestParameterValue.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/MultiValuedTestParameterValue.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,15 +22,15 @@
******************************************************************************/
package org.jboss.portal.common.test;
+import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
-import java.util.Arrays;
/**
* A multi value.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MultiValuedTestParameterValue extends TestParameterValue
{
@@ -65,22 +65,23 @@
return value;
}
- /**
- * Return an iterator over the values.
- */
+ /** Return an iterator over the values. */
public Iterator iterator()
{
return new Iterator()
{
Iterator i = value.iterator();
+
public boolean hasNext()
{
return i.hasNext();
}
+
public Object next()
{
return new MonoValuedTestParameterValue(i.next());
}
+
public void remove()
{
throw new UnsupportedOperationException();
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/MultiValuedTestParameterValue.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/TestParameterValue.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/TestParameterValue.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/TestParameterValue.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* The value of a test parameter.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public abstract class TestParameterValue implements Serializable
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/TestParameterValue.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/TestParametrization.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/TestParametrization.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/TestParametrization.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,20 +24,20 @@
import org.jboss.portal.common.test.info.TestInfo;
-import java.util.Map;
+import java.io.Serializable;
+import java.util.ArrayList;
+import java.util.Collection;
import java.util.HashMap;
-import java.util.ArrayList;
-import java.util.Set;
import java.util.HashSet;
import java.util.Iterator;
-import java.util.Collection;
-import java.io.Serializable;
+import java.util.Map;
+import java.util.Set;
/**
* The parametrization of a test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestParametrization implements Serializable
{
@@ -61,7 +61,7 @@
}
//
- for (Iterator i = parameterValues.entrySet().iterator();i.hasNext();)
+ for (Iterator i = parameterValues.entrySet().iterator(); i.hasNext();)
{
Map.Entry entry = (Map.Entry)i.next();
String parameterName = (String)entry.getKey();
@@ -73,7 +73,7 @@
/**
* Set a paraemeter value, using a null value will remove the parameter.
*
- * @param parameterName the parameter name
+ * @param parameterName the parameter name
* @param parameterValue the parameter value
* @throws IllegalArgumentException if the parameter name is null
*/
@@ -89,7 +89,7 @@
}
else
{
- parameterValues.put(parameterName, parameterValue);
+ parameterValues.put(parameterName, parameterValue);
}
}
@@ -117,7 +117,7 @@
public String toString()
{
StringBuffer tmp = new StringBuffer();
- for (Iterator i = parameterValues.entrySet().iterator();i.hasNext();)
+ for (Iterator i = parameterValues.entrySet().iterator(); i.hasNext();)
{
Map.Entry entry = (Map.Entry)i.next();
String parameterName = (String)entry.getKey();
@@ -128,8 +128,8 @@
}
/**
- * Build a collection of parametrization that satisfies the parameters exposed by the
test
- * meta information and the parameter provided by the map.
+ * Build a collection of parametrization that satisfies the parameters exposed by the
test meta information and the
+ * parameter provided by the map.
*/
public Collection create(TestInfo info)
{
@@ -155,11 +155,11 @@
{
MultiValuedTestParameterValue multiValue =
(MultiValuedTestParameterValue)value;
ArrayList tmp = new ArrayList();
- for (Iterator j = multiValue.iterator();j.hasNext();)
+ for (Iterator j = multiValue.iterator(); j.hasNext();)
{
TestParameterValue o = (TestParameterValue)j.next();
ArrayList copy = new ArrayList(c.size());
- for (Iterator k = c.iterator();k.hasNext();)
+ for (Iterator k = c.iterator(); k.hasNext();)
{
Map parametrization = (Map)k.next();
parametrization = new HashMap(parametrization);
@@ -182,7 +182,7 @@
}
//
- for (int i = 0;i < c.size();i++)
+ for (int i = 0; i < c.size(); i++)
{
Map parametrization = (Map)c.get(i);
TestParametrization ctx = new TestParametrization(parametrization);
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/TestParametrization.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/driver/DriverCommand.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverCommand.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverCommand.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* The command in the test protocol.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class DriverCommand implements Serializable
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverCommand.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/driver/DriverResponse.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverResponse.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverResponse.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* The response in the test protocol.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5448 $
+ * @version $Revision$
*/
public abstract class DriverResponse implements Serializable
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/DriverResponse.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/ParameterNotBoundException.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/ParameterNotBoundException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/ParameterNotBoundException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ParameterNotBoundException extends TestDriverException
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/ParameterNotBoundException.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriver.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,17 +28,13 @@
* The contract that defines what a testable system is and its usage.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface TestDriver
{
- /**
- * Returns the meta information exposed by the driver.
- */
+ /** Returns the meta information exposed by the driver. */
TestItemInfo getInfo();
- /**
- * Execute a command of the testing protocol.
- */
+ /** Execute a command of the testing protocol. */
DriverResponse invoke(String testId, DriverCommand command) throws
TestDriverException;
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverContainer.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverContainer.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverContainer.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -26,7 +26,7 @@
* Provides an interface for a test driver container.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface TestDriverContainer extends TestDriver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverContainer.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverException.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverException.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverException.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,7 +24,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestDriverException extends Exception
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestDriverException.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/driver/TestSuite.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/driver/TestSuite.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/driver/TestSuite.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -25,14 +25,14 @@
import org.jboss.portal.common.test.info.TestContainerInfo;
import org.jboss.portal.common.test.info.TestItemInfo;
+import java.util.LinkedHashMap;
import java.util.Map;
-import java.util.LinkedHashMap;
/**
* A test suite is a test driver container that expose itself as a test driver.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestSuite implements TestDriverContainer
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/TestSuite.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/command/StartTestCommand.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/command/StartTestCommand.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/command/StartTestCommand.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.test.driver.command;
+import org.jboss.portal.common.test.TestParametrization;
import org.jboss.portal.common.test.driver.DriverCommand;
-import org.jboss.portal.common.test.TestParametrization;
/**
* Start the test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class StartTestCommand extends DriverCommand
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/command/StartTestCommand.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/EndTestResponse.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/response/EndTestResponse.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/response/EndTestResponse.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* Terminate the test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5448 $
+ * @version $Revision$
*/
public class EndTestResponse extends DriverResponse
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/EndTestResponse.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/ErrorResponse.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/response/ErrorResponse.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/response/ErrorResponse.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.test.driver.response;
+import junit.framework.AssertionFailedError;
import org.jboss.portal.common.test.driver.DriverResponse;
-import junit.framework.AssertionFailedError;
/**
* An error occured during the execution of the test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5448 $
+ * @version $Revision$
*/
public class ErrorResponse extends DriverResponse
{
@@ -66,6 +66,6 @@
public String toString()
{
- return throwable != null ? "Error[throwable=" + throwable +
"]" : "Error[]";
+ return throwable != null ? "Error[throwable=" + throwable + "]"
: "Error[]";
}
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/ErrorResponse.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/FailureResponse.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/driver/response/FailureResponse.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/driver/response/FailureResponse.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,14 +22,14 @@
******************************************************************************/
package org.jboss.portal.common.test.driver.response;
+import junit.framework.AssertionFailedError;
import org.jboss.portal.common.test.driver.DriverResponse;
-import junit.framework.AssertionFailedError;
/**
* A failure occured during the execution of the test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5448 $
+ * @version $Revision$
*/
public class FailureResponse extends DriverResponse
{
@@ -66,6 +66,6 @@
public String toString()
{
- return throwable != null ? "Failure[throwable=" + throwable +
"]" : "ErrorResponse[]";
+ return throwable != null ? "Failure[throwable=" + throwable +
"]" : "ErrorResponse[]";
}
}
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/driver/response/FailureResponse.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/info/TestContainerInfo.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/info/TestContainerInfo.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/info/TestContainerInfo.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,16 +22,16 @@
******************************************************************************/
package org.jboss.portal.common.test.info;
+import java.util.HashMap;
+import java.util.Iterator;
import java.util.Map;
-import java.util.HashMap;
import java.util.Set;
-import java.util.Iterator;
/**
* Container for items.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestContainerInfo extends TestItemInfo
{
@@ -53,7 +53,7 @@
/**
* Create a named container.
*
- * @param name the container name
+ * @param name the container name
* @param description the container description
* @throws IllegalArgumentException if the name is null
*/
@@ -73,7 +73,7 @@
{
super(that);
this.children = new HashMap(that.children.size());
- for (Iterator i = that.children.values().iterator();i.hasNext();)
+ for (Iterator i = that.children.values().iterator(); i.hasNext();)
{
TestItemInfo child = (TestItemInfo)i.next();
TestItemInfo childClone = child.createClone();
@@ -91,7 +91,7 @@
visitor.enter(this);
//
- for (Iterator i = children.values().iterator();i.hasNext();)
+ for (Iterator i = children.values().iterator(); i.hasNext();)
{
TestItemInfo child = (TestItemInfo)i.next();
child.internalVisit(visitor);
@@ -186,7 +186,7 @@
int index = itemId.indexOf('/');
String name = index != -1 ? itemId.substring(0, index) : itemId;
String next = index != -1 ? itemId.substring(index + 1) : "";
- for (Iterator i = children.values().iterator();i.hasNext();)
+ for (Iterator i = children.values().iterator(); i.hasNext();)
{
TestItemInfo child = (TestItemInfo)i.next();
if (name.equals(child.getName()))
@@ -200,7 +200,7 @@
public String toString()
{
StringBuffer buffer = new StringBuffer("TestContainerInfo[" +
getName()).append(",");
- for (Iterator i = children.values().iterator();i.hasNext();)
+ for (Iterator i = children.values().iterator(); i.hasNext();)
{
TestItemInfo child = (TestItemInfo)i.next();
buffer.append(child);
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/info/TestContainerInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/info/TestInfo.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/info/TestInfo.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/info/TestInfo.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,15 +22,15 @@
******************************************************************************/
package org.jboss.portal.common.test.info;
+import java.util.HashMap;
import java.util.Map;
-import java.util.HashMap;
import java.util.Set;
/**
* Meta information that describe a test.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestInfo extends TestItemInfo
{
@@ -64,7 +64,7 @@
/**
* Create a named test.
*
- * @param name the test name
+ * @param name the test name
* @param description the test description
* @throws IllegalArgumentException if the name is null
*/
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/info/TestInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/info/TestItemInfo.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/info/TestItemInfo.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/info/TestItemInfo.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -25,12 +25,11 @@
import java.io.Serializable;
/**
- * A test item info is the abstraction over a test info and a test container info as
- * both of them contains similarities. It is a data structure which describes a
collection
- * of tests.
+ * A test item info is the abstraction over a test info and a test container info as both
of them contains similarities.
+ * It is a data structure which describes a collection of tests.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public abstract class TestItemInfo implements Serializable
{
@@ -74,7 +73,7 @@
/**
* Create an item with the specified name.
*
- * @param name the test name
+ * @param name the test name
* @param description the test description
* @throws IllegalArgumentException if the name is null
*/
@@ -121,7 +120,7 @@
/**
* Return the id relative to a parent context.
*
- * @return the id relative
+ * @return the id relative
*/
public String getId(TestItemInfo context)
{
@@ -211,30 +210,20 @@
internalVisit(visitor);
}
- /**
- * Visitor interface for the item structure.
- */
+ /** Visitor interface for the item structure. */
public interface Visitor
{
- /**
- * Enter a container.
- */
+ /** Enter a container. */
void enter(TestContainerInfo testContainerInfo);
- /**
- * Leave a container.
- */
+ /** Leave a container. */
void leave(TestContainerInfo testContainerInfo);
- /**
- * Visit a test.
- */
+ /** Visit a test. */
void visit(TestInfo testInfo);
}
- /**
- * Boiler plate visitor.
- */
+ /** Boiler plate visitor. */
public static class AbstractVisitor implements Visitor
{
/**
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/info/TestItemInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/info/TestParameterInfo.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/info/TestParameterInfo.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/info/TestParameterInfo.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* Meta information of a test parameter.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class TestParameterInfo implements Serializable
{
@@ -53,7 +53,7 @@
/**
* Create a test parameter with the specified name.
*
- * @param name the parameter name
+ * @param name the parameter name
* @param description the parameter description
* @throws IllegalArgumentException if the name is null
*/
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/info/TestParameterInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/junit/JUnitAdapter.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/junit/JUnitAdapter.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/junit/JUnitAdapter.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,35 +22,34 @@
******************************************************************************/
package org.jboss.portal.common.test.junit;
-import junit.framework.TestResult;
-import junit.framework.TestCase;
import junit.framework.AssertionFailedError;
-import org.jboss.portal.common.test.TestParametrization;
+import junit.framework.TestCase;
+import junit.framework.TestResult;
+import org.jboss.portal.common.junit.ant.TestParameter;
import org.jboss.portal.common.test.MonoValuedTestParameterValue;
import org.jboss.portal.common.test.MultiValuedTestParameterValue;
-import org.jboss.portal.common.test.info.TestInfo;
-import org.jboss.portal.common.test.info.TestItemInfo;
-import org.jboss.portal.common.test.driver.TestDriver;
+import org.jboss.portal.common.test.TestParametrization;
import org.jboss.portal.common.test.driver.DriverResponse;
+import org.jboss.portal.common.test.driver.TestDriver;
+import org.jboss.portal.common.test.driver.command.StartTestCommand;
import org.jboss.portal.common.test.driver.response.ErrorResponse;
import org.jboss.portal.common.test.driver.response.FailureResponse;
-import org.jboss.portal.common.test.driver.command.StartTestCommand;
-import org.jboss.portal.common.junit.ant.TestParameter;
+import org.jboss.portal.common.test.info.TestInfo;
+import org.jboss.portal.common.test.info.TestItemInfo;
-import java.util.Iterator;
-import java.util.Map;
-import java.util.Collections;
import java.util.Collection;
+import java.util.Collections;
import java.util.HashMap;
+import java.util.Iterator;
+import java.util.Map;
/**
- * An runner that adapts the <code>junit.framework.Test</code> interface to
the
- * <code>TestDriver</code> protocol.
+ * An runner that adapts the <code>junit.framework.Test</code> interface to
the <code>TestDriver</code> protocol.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
-public class JUnitAdapter implements junit.framework.Test
+public class JUnitAdapter implements junit.framework.Test
{
/** . */
@@ -108,10 +107,10 @@
public void visit(final TestInfo testInfo)
{
Collection contexts = parametrization.create(testInfo);
- for (Iterator i = contexts.iterator();i.hasNext();)
+ for (Iterator i = contexts.iterator(); i.hasNext();)
{
final TestParametrization parametrization =
(TestParametrization)i.next();
- String name = parametrization.isEmpty() ? testInfo.getName() :
testInfo.getName() + "_" + parametrization;
+ String name = parametrization.isEmpty() ? testInfo.getName() :
testInfo.getName() + "_" + parametrization;
TestCase tc = new TestCase(name)
{
public void runBare() throws Throwable
@@ -150,7 +149,7 @@
else
{
Map tmp = new HashMap();
- for (Iterator i = parameterMap.entrySet().iterator();i.hasNext();)
+ for (Iterator i = parameterMap.entrySet().iterator(); i.hasNext();)
{
Map.Entry entry = (Map.Entry)i.next();
String parameterName = (String)entry.getKey();
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/junit/JUnitAdapter.java
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/junit/POJOJUnitTest.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/test/junit/POJOJUnitTest.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/test/junit/POJOJUnitTest.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,37 +22,36 @@
******************************************************************************/
package org.jboss.portal.common.test.junit;
-import org.jboss.portal.common.test.info.TestInfo;
-import org.jboss.portal.common.test.info.TestParameterInfo;
-import org.jboss.portal.common.test.info.TestItemInfo;
-import org.jboss.portal.common.test.info.TestContainerInfo;
-import org.jboss.portal.common.test.TestParametrization;
+import junit.framework.AssertionFailedError;
+import junit.framework.TestSuite;
import org.jboss.portal.common.test.TestParameterValue;
+import org.jboss.portal.common.test.TestParametrization;
+import org.jboss.portal.common.test.driver.DriverCommand;
+import org.jboss.portal.common.test.driver.DriverResponse;
import org.jboss.portal.common.test.driver.ParameterNotBoundException;
import org.jboss.portal.common.test.driver.TestDriver;
-import org.jboss.portal.common.test.driver.DriverResponse;
-import org.jboss.portal.common.test.driver.DriverCommand;
import org.jboss.portal.common.test.driver.TestDriverException;
+import org.jboss.portal.common.test.driver.command.StartTestCommand;
+import org.jboss.portal.common.test.driver.response.EndTestResponse;
import org.jboss.portal.common.test.driver.response.ErrorResponse;
import org.jboss.portal.common.test.driver.response.FailureResponse;
-import org.jboss.portal.common.test.driver.response.EndTestResponse;
-import org.jboss.portal.common.test.driver.command.StartTestCommand;
+import org.jboss.portal.common.test.info.TestContainerInfo;
+import org.jboss.portal.common.test.info.TestInfo;
+import org.jboss.portal.common.test.info.TestItemInfo;
+import org.jboss.portal.common.test.info.TestParameterInfo;
-import java.lang.reflect.Modifier;
-import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
-import java.util.Map;
+import java.lang.reflect.Method;
+import java.lang.reflect.Modifier;
import java.util.HashMap;
import java.util.Iterator;
+import java.util.Map;
-import junit.framework.AssertionFailedError;
-import junit.framework.TestSuite;
-
/**
* Test an object based on junit infrastructure + some conventions.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class POJOJUnitTest implements TestDriver
{
@@ -129,7 +128,7 @@
// Contextualize
TestParametrization parametrization = start.getParametrization();
- for (Iterator i = testInfo.getParameterNames().iterator();i.hasNext();)
+ for (Iterator i = testInfo.getParameterNames().iterator(); i.hasNext();)
{
String parameterName = (String)i.next();
TestParameterValue value = parametrization.getParameterValue(parameterName);
@@ -228,15 +227,15 @@
{
String methodName = method.getName();
if (methodName.startsWith("test") &&
- method.getParameterTypes().length == 0)
+ method.getParameterTypes().length == 0)
{
TestInfo childInfo = new TestInfo(method.getName());
containerInfo.addChild(childInfo);
testMap.put(method.getName(), method);
}
else if (methodName.startsWith("set") &&
- methodName.endsWith("Parameter") &&
- method.getParameterTypes().length == 1)
+ methodName.endsWith("Parameter") &&
+ method.getParameterTypes().length == 1)
{
String parameterName = methodName.substring(3, methodName.length() -
9);
setterMap.put(parameterName, method);
@@ -245,10 +244,10 @@
}
// Set all parameters on children
- for (Iterator i = setterMap.keySet().iterator();i.hasNext();)
+ for (Iterator i = setterMap.keySet().iterator(); i.hasNext();)
{
String parameterName = (String)i.next();
- for (Iterator j = testMap.keySet().iterator();j.hasNext();)
+ for (Iterator j = testMap.keySet().iterator(); j.hasNext();)
{
String childName = (String)j.next();
TestInfo childInfo = (TestInfo)containerInfo.getChild(childName);
@@ -267,9 +266,7 @@
this.containerInfo = containerInfo;
}
- /**
- * Return true if the method is invokable.
- */
+ /** Return true if the method is invokable. */
private boolean isInvokable(Method m)
{
int modifiers = m.getModifiers();
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/junit/POJOJUnitTest.java
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/test/junit/ThrowableDecoder.java
===================================================================
---
trunk/common/src/main/org/jboss/portal/common/test/junit/ThrowableDecoder.java 2007-05-09
09:58:43 UTC (rev 7227)
+++
trunk/common/src/main/org/jboss/portal/common/test/junit/ThrowableDecoder.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -23,25 +23,25 @@
package org.jboss.portal.common.test.junit;
import junit.framework.AssertionFailedError;
+import org.jboss.portal.common.test.driver.DriverResponse;
+import org.jboss.portal.common.test.driver.response.ErrorResponse;
import org.jboss.portal.common.test.driver.response.FailureResponse;
-import org.jboss.portal.common.test.driver.response.ErrorResponse;
-import org.jboss.portal.common.test.driver.DriverResponse;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class ThrowableDecoder
{
/**
* <p>Decode a throwable into a suitable driver response.</p>
- *
+ * <p/>
* <p>If the throwable or one of its causes are an instance of the class
<code>junit.framework.AssertionFailedError</code>
* then a
<code>org.jboss.portal.common.test.driver.response.FailureResponse</code> is
returned.</p>
+ * <p/>
+ * <p>Otherwise an
<code>org.jboss.portal.common.test.driver.response.ErrorResponse</code> object
is built with the
+ * throwable as argument and returned.</p>
*
- * <p>Otherwise an
<code>org.jboss.portal.common.test.driver.response.ErrorResponse</code> object
is built
- * with the throwable as argument and returned.</p>
- *
* @param t the throwable to decode.
* @return the proper driver response
*/
Property changes on:
trunk/common/src/main/org/jboss/portal/common/test/junit/ThrowableDecoder.java
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/text/CharBuffer.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/text/CharBuffer.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/text/CharBuffer.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -22,12 +22,12 @@
******************************************************************************/
package org.jboss.portal.common.text;
-import java.net.URLEncoder;
import java.io.UnsupportedEncodingException;
+import java.net.URLEncoder;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class CharBuffer
{
@@ -74,7 +74,7 @@
{
throw new IllegalArgumentException();
}
- for (int i = 0;i < s.length();i++)
+ for (int i = 0; i < s.length(); i++)
{
char c = s.charAt(i);
if (c >= encoder.from && c < encoder.to)
@@ -158,7 +158,7 @@
ensureCapacity(length + chars.length);
if (chars.length < 10)
{
- for (int i = 0;i < chars.length;i++)
+ for (int i = 0; i < chars.length; i++)
{
buffer[length++] = chars[i];
}
@@ -177,9 +177,7 @@
length += s.length();
}
- /**
- * Can be subclassed to provide a customized implementation.
- */
+ /** Can be subclassed to provide a customized implementation. */
protected void ensureCapacity(int minimumCapacity)
{
int capacity = buffer.length;
Property changes on: trunk/common/src/main/org/jboss/portal/common/text/CharBuffer.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/text/FastURLEncoder.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/text/FastURLEncoder.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/text/FastURLEncoder.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -24,14 +24,14 @@
import org.jboss.portal.common.io.UndeclaredIOException;
+import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.io.Writer;
-import java.io.IOException;
import java.net.URLEncoder;
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class FastURLEncoder
{
@@ -73,7 +73,7 @@
this.table = new char[to - from][];
//
- for (int c = (to - 1);c >= from;c--)
+ for (int c = (to - 1); c >= from; c--)
{
String v = URLEncoder.encode(Character.toString((char)c), encoding);
table[c - from] = v.toCharArray();
@@ -97,7 +97,7 @@
{
throw new IllegalArgumentException();
}
- for (int i = 0;i < s.length();i++)
+ for (int i = 0; i < s.length(); i++)
{
char c = s.charAt(i);
if (c >= from && c < to)
@@ -131,7 +131,7 @@
}
try
{
- for (int i = 0;i < s.length();i++)
+ for (int i = 0; i < s.length(); i++)
{
char c = s.charAt(i);
if (c >= from && c < to)
Property changes on:
trunk/common/src/main/org/jboss/portal/common/text/FastURLEncoder.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/util/CopyOnWriteRegistry.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/CopyOnWriteRegistry.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/util/CopyOnWriteRegistry.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,17 +22,17 @@
******************************************************************************/
package org.jboss.portal.common.util;
+import java.util.Collection;
+import java.util.Collections;
+import java.util.HashMap;
import java.util.Map;
-import java.util.HashMap;
import java.util.Set;
-import java.util.Collections;
-import java.util.Collection;
/**
* Implementation of a registry that implements copy on write semantics.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class CopyOnWriteRegistry
{
@@ -48,7 +48,7 @@
/**
* Register an object.
*
- * @param key the registration key
+ * @param key the registration key
* @param object the registered object
* @return true if the registration was made
* @throws IllegalArgumentException if the one argument is null
Property changes on:
trunk/common/src/main/org/jboss/portal/common/util/CopyOnWriteRegistry.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/util/IteratorStatus.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/IteratorStatus.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/util/IteratorStatus.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -22,15 +22,15 @@
******************************************************************************/
package org.jboss.portal.common.util;
+import java.util.Collection;
import java.util.Iterator;
-import java.util.Collection;
/**
- * An java.util.Iterator wrapper which keep additional state associated with the wrapped
iterator.
- * The implementation of the Iterator interface delegates all operations to the wrapped
iterator.
+ * An java.util.Iterator wrapper which keep additional state associated with the wrapped
iterator. The implementation of
+ * the Iterator interface delegates all operations to the wrapped iterator.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class IteratorStatus implements Iterator
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/util/IteratorStatus.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/util/MapAccessor.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/MapAccessor.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/util/MapAccessor.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -28,7 +28,7 @@
* An interface which defines how a map can be accessed.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public interface MapAccessor
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/util/MapAccessor.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/util/MapBuilder.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/MapBuilder.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/util/MapBuilder.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -23,14 +23,14 @@
package org.jboss.portal.common.util;
import java.util.HashMap;
+import java.util.LinkedHashMap;
import java.util.Map;
-import java.util.LinkedHashMap;
/**
* An helper to build collection of object in a simple manner.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 5451 $
+ * @version $Revision$
*/
public class MapBuilder
{
@@ -46,7 +46,7 @@
/**
* Add the object to the collection.
*
- * @param key the key
+ * @param key the key
* @param value the value
* @return the builder
*/
Property changes on: trunk/common/src/main/org/jboss/portal/common/util/MapBuilder.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/util/MarkupInfo.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/util/MarkupInfo.java 2007-05-09 09:58:43
UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/util/MarkupInfo.java 2007-05-09 16:47:57
UTC (rev 7228)
@@ -26,7 +26,7 @@
* Extends content to describe markup content.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class MarkupInfo extends ContentInfo
{
Property changes on: trunk/common/src/main/org/jboss/portal/common/util/MarkupInfo.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native
Modified: trunk/common/src/main/org/jboss/portal/common/xml/NullEntityResolver.java
===================================================================
--- trunk/common/src/main/org/jboss/portal/common/xml/NullEntityResolver.java 2007-05-09
09:58:43 UTC (rev 7227)
+++ trunk/common/src/main/org/jboss/portal/common/xml/NullEntityResolver.java 2007-05-09
16:47:57 UTC (rev 7228)
@@ -30,7 +30,7 @@
/**
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
- * @version $Revision: 1.1 $
+ * @version $Revision$
*/
public class NullEntityResolver implements EntityResolver
{
Property changes on:
trunk/common/src/main/org/jboss/portal/common/xml/NullEntityResolver.java
___________________________________________________________________
Name: svn:keywords
+ Author Date Id Revision
Name: svn:eol-style
+ native