Author: steveh
Date: Mon Apr 4 15:32:45 2005
New Revision: 160114
URL: http://svn.apache.org/viewcvs?view=rev&rev=160114
Log:
Cleaning up the Javadoc builds.
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationConstraints.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationMemberTypes.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/Controls.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ControlThreadContext.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ResourceContext.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/events/EventRef.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/properties/PropertySet.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionRequired.java
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionSupported.java
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBeanContext.java
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptControlClient.java
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptMethod.java
incubator/beehive/trunk/netui/ant/javadoc.xml
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowController.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/Forward.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowController.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowUtils.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/config/PageFlowControllerConfig.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/requeststate/NameService.java
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/common/BundleMap.java
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/databinding/datagrid/runtime/sql/SQLSupport.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/AbstractSimpleTag.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/RequestUtils.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/TagConfig.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/internal/PageFlowTagUtils.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptRequestState.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/TagRenderingBase.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ITreeRootElement.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/InheritableState.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeRootElement.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/handlers/AnnotatedWebServiceDeploymentHandler.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/registration/AxisTypeRegistrar.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/XmlBeanTypeLookup.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/Jsr181ObjectModelStore.java
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/registration/TypeRegistrar.java
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationConstraints.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationConstraints.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationConstraints.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationConstraints.java
Mon Apr 4 15:32:45 2005
@@ -27,9 +27,9 @@
*
* Actual enforcement of these semantics is implementation dependent.
* An <code>apt</code>-based reference implementation is provided by
- * <code>AnnotationConstraintsValidator</code>.
+ * [EMAIL PROTECTED]
org.apache.beehive.controls.runtime.bean.AnnotationConstraintValidator}.
*
- * @see AnnotationConstraintsValidator
+ * @see org.apache.beehive.controls.runtime.bean.AnnotationConstraintValidator
*/
public interface AnnotationConstraints
{
@@ -37,7 +37,7 @@
* Defines a number of simple constraints on the way annotation members
* can be used together.
*
- * @see #MembershipRule
+ * @see MembershipRule
*/
public enum MembershipRuleValues
{
@@ -53,7 +53,7 @@
* given an annotation with members 'a' and 'b' there is no way to say
* that they are mutually exclusive).
*
- * @see #MembershipRuleValues
+ * @see MembershipRuleValues
*/
@Target({ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationMemberTypes.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationMemberTypes.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationMemberTypes.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/AnnotationMemberTypes.java
Mon Apr 4 15:32:45 2005
@@ -25,34 +25,35 @@
import java.lang.annotation.Target;
/**
- * AnnotationMemberTypes defines a set of annotations meant to used on
+ * <p>AnnotationMemberTypes defines a set of annotations meant to used on
* annotation members to specify additional syntatic and semantic behaviour
- * or constraints.
+ * or constraints.</p>
*
- * J2SE 5 annotation members provide a very weak level of syntactic and
+ * <p>J2SE 5 annotation members provide a very weak level of syntactic and
* semantic enforcement. Annotation members may only be a certain type
* (mostly primitives, arrays, plus java.lang.String and a few other classes);
- * it is often useful to be more specific than those types permit.
+ * it is often useful to be more specific than those types permit.</p>
*
- * Consider the following example:
- * <code>
- * public @interface LastChanged
+ * <p>Consider the following example:</p>
+ *
+ * <pre>
+ * public @interface LastChanged
* {
- * @AnnotationMemberTypes.Date()
+ * @AnnotationMemberTypes.Date()
* public String date();
* }
- * </code>
+ * </pre>
*
- * The use of <code>@AnnotationMemberTypes.Date</code> means that the
+ * <p>The use of <code>@AnnotationMemberTypes.Date</code> means that the
* value of the <code>date</code> string must be a date in some standard
- * form.
+ * form.</p>
*
- * AnnotationMemberTypes defines a set of annotations and their semantics,
+ * <p>AnnotationMemberTypes defines a set of annotations and their semantics,
* but actual enforcement of those semantics is implementation dependent.
* An <code>apt</code>-based reference implementation is provided by
- * <code>AnnotationConstraintsValidator</code>.
+ * [EMAIL PROTECTED]
org.apache.beehive.controls.runtime.bean.AnnotationConstraintValidator}.</p>
*
- * @see AnnotationConstraintsValidator
+ * @see org.apache.beehive.controls.runtime.bean.AnnotationConstraintValidator
*/
public interface AnnotationMemberTypes
{
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/Controls.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/Controls.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/Controls.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/bean/Controls.java
Mon Apr 4 15:32:45 2005
@@ -85,7 +85,7 @@
* @param beanClass the ControlBean class to instantiate
* @param props an optional PropertyMap containing initial property values
for the control.
* may be null.
- * @param cbc the ControlBeanContext that will nest the created control.
If null, the
+ * @param context the ControlBeanContext that will nest the created
control. If null, the
* thread-local context (possibly none) will be used.
* @param id a unique ID for the created control. If null, an ID will be
auto-generated.
* @return an instance of the specified ControlBean.
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ControlThreadContext.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ControlThreadContext.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ControlThreadContext.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ControlThreadContext.java
Mon Apr 4 15:32:45 2005
@@ -37,7 +37,7 @@
/**
* Returns the active ControlContainerContext for the current thread, or
null if no
* context is currently active.
- * @returns the current active ControlContainerContext
+ * @return the current active ControlContainerContext
*/
public static ControlContainerContext getContext()
{
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ResourceContext.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ResourceContext.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ResourceContext.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/context/ResourceContext.java
Mon Apr 4 15:32:45 2005
@@ -94,7 +94,7 @@
* PropertyChange notification), the ResourceContext also provides support for
manually
* acquiring and releasing resources.
*
- * @see org.apache.beehive.controls.api.context.ResourceContext.Events
+ * @see org.apache.beehive.controls.api.context.ResourceContext.ResourceEvents
* @see org.apache.beehive.controls.api.context.Context
* @see org.apache.beehive.controls.api.events.EventHandler
*/
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/events/EventRef.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/events/EventRef.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/events/EventRef.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/events/EventRef.java
Mon Apr 4 15:32:45 2005
@@ -80,10 +80,10 @@
* <p>
* For example, given the following EventSet interface:
* <pre>
- * @ControlInterface
+ * <sp>@ControlInterface
* public interface MyControl
* {
- * @EventSet
+ * <sp>@EventSet
* public interface MyEvents
* {
* public String myEvent(int arg0, Object arg2);
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/properties/PropertySet.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/properties/PropertySet.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/properties/PropertySet.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/properties/PropertySet.java
Mon Apr 4 15:32:45 2005
@@ -85,8 +85,8 @@
* properties that are not optional, a PropertySet instance with all
default values
* will be returned if unset.
*
- * @see
org.apache.beehive.controls.context.ControlBeanContext.getControlPropertySet
- * @see
org.apache.beehive.controls.context.ControlBeanContext.getMethodPropertySet
+ * @see
org.apache.beehive.controls.api.context.ControlBeanContext#getControlPropertySet
+ * @see
org.apache.beehive.controls.api.context.ControlBeanContext#getMethodPropertySet
*/
boolean optional() default false;
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionRequired.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionRequired.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionRequired.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionRequired.java
Mon Apr 4 15:32:45 2005
@@ -25,7 +25,7 @@
/**
* Specifies the minimum version of the control interface that this extension
* requires. Allowed on control extensions (interfaces annotated with
- * @ControlExtension), and on control field declarations (fields annotated
+ * <sp>@ControlExtension), and on control field declarations (fields annotated
* with @Control). The version requirement is enforced at compile time of
* extensions and control client, and at runtime when the appropriate control
* bean is classloaded.
Modified:
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionSupported.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionSupported.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionSupported.java
(original)
+++
incubator/beehive/trunk/controls/src/api/org/apache/beehive/controls/api/versioning/VersionSupported.java
Mon Apr 4 15:32:45 2005
@@ -25,7 +25,7 @@
/**
* Specifies the maximum version of the control interface that this
implementation
* supports. Allowed on control implementations (interfaces annotated with
- * @ControlImplementation). This version requirement is enforced at compile
time
+ * <sp>@ControlImplementation). This version requirement is enforced at
compile time
* of the implementation, and at runtime when the implementation is
classloaded.
*/
@Retention(RetentionPolicy.RUNTIME)
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBean.java
Mon Apr 4 15:32:45 2005
@@ -813,7 +813,7 @@
/**
* Computes the most derived ControlInterface for the specified
ControlExtension.
* @param controlIntf
- * @return
+ * @return the most derived ControlInterface
*/
public static Class getMostDerivedInterface(Class controlIntf)
{
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBeanContext.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBeanContext.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBeanContext.java
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/bean/ControlBeanContext.java
Mon Apr 4 15:32:45 2005
@@ -694,7 +694,7 @@
* controls interceptor services.
*
* @param interceptors
- * @return
+ * @return String[]
*/
public static String[] prioritizeInterceptors( String [] interceptors )
{
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptControlClient.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptControlClient.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptControlClient.java
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptControlClient.java
Mon Apr 4 15:32:45 2005
@@ -156,7 +156,7 @@
/**
* Returns the fully qualified classname of the closest control client in
the inheritance chain.
- * @return
+ * @return class name of the closest control client
*/
protected String getSuperClientName()
{
Modified:
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptMethod.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptMethod.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptMethod.java
(original)
+++
incubator/beehive/trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/AptMethod.java
Mon Apr 4 15:32:45 2005
@@ -371,7 +371,7 @@
/**
* Returns the names of interceptor service interfaces associated with
this operation
- * @return
+ * @return the names of the interceptor service interfaces associated with
this operation
*/
public Collection<String> getInterceptorServiceNames()
{
@@ -381,7 +381,7 @@
/**
* Returns the names of interceptor service interfaces associated with
this operation, formatted as a
* constant initializer string.
- * @return
+ * @return the names of the interceptor service interfaces associated with
this operation
*/
public String getInterceptorDecl()
{
Modified: incubator/beehive/trunk/netui/ant/javadoc.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/ant/javadoc.xml?view=diff&r1=160113&r2=160114
==============================================================================
--- incubator/beehive/trunk/netui/ant/javadoc.xml (original)
+++ incubator/beehive/trunk/netui/ant/javadoc.xml Mon Apr 4 15:32:45 2005
@@ -71,6 +71,8 @@
<tag name="netui.tldx\:tag" enabled="false"
description=""/>
<tag name="netui\:attribute" enabled="false"
description=""/>
<tag name="netui.tldx\:attribute" enabled="false"
description=""/>
+ <tag name="netui\:jspfunction" enabled="false"
description=""/>
+ <tag name="netui\:jspfunctions" enabled="false"
description=""/>
<tag name="todo" enabled="false" description=""/>
<tag name="todo\:" enabled="false" description=""/>
<tag name="exclude" enabled="false" description=""/>
@@ -123,13 +125,14 @@
<include
name="org/apache/beehive/netui/tags/databinding/message"/>
<include
name="org/apache/beehive/netui/tags/databinding/pageinput"/>
<include
name="org/apache/beehive/netui/tags/databinding/repeater"/>
- <include
name="org/apache/beehive/netui/tags/databinding/repeater/choice"/>
<include
name="org/apache/beehive/netui/tags/databinding/repeater/pad"/>
<include
name="org/apache/beehive/netui/tags/databinding/script"/>
<include
name="org/apache/beehive/netui/tags/databinding/xml"/>
</packageset>
<packageset dir="${src.dir}/tags-html">
+ <include
name="org/apache/beehive/netui/tags/divpanel"/>
<include
name="org/apache/beehive/netui/tags/html"/>
+ <include
name="org/apache/beehive/netui/tags/javascript"/>
<include
name="org/apache/beehive/netui/tags/tree"/>
</packageset>
<packageset dir="${src.dir}/tags-template">
@@ -138,7 +141,7 @@
</javadoc>
<delete
file="${docs.build.dir}/apidocs/taglib/taglib-frame-ignore.html"
failonerror="false"/>
<delete
file="${docs.build.dir}/apidocs/taglib/taglib-summary-ignore.html"
failonerror="false"/>
- <delete dir="${docs.temp}" failonerror="false"/>
+ <!--<delete dir="${docs.temp}" failonerror="false"/>-->
</target>
<!-- Get the latest TLD files and unzip them to a temp folder. From
there, they'll be grabbed by
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowController.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowController.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowController.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/FlowController.java
Mon Apr 4 15:32:45 2005
@@ -1198,8 +1198,8 @@
}
/**
- * When this FlowController does not use a [EMAIL PROTECTED] Jpf.Forward}
annotation with a
- * <code>navigateTo</code>[EMAIL PROTECTED] Jpf.NavigateTo.previousAction}
attribute, the following methods always return
+ * When this FlowController does not use a [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward} annotation with a
+ * <code>navigateTo</code>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#previousAction}
attribute, the following methods always return
* <code>null</code> by default.
* <ul>
* <li>getPreviousActionInfo</li>
@@ -1221,9 +1221,9 @@
}
/**
- * When this FlowController does not use a [EMAIL PROTECTED] Jpf.Forward}
annotation with either a
- * <code>navigateTo</code>[EMAIL PROTECTED] Jpf.NavigateTo.currentPage}
attribute or a
- * <code>navigateTo</code>[EMAIL PROTECTED] Jpf.NavigateTo.previousPage}
attribute, the following methods always return
+ * When this FlowController does not use a [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward} annotation with
either a
+ * <code>navigateTo</code>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#currentPage}
attribute or a
+ * <code>navigateTo</code>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#previousPage}
attribute, the following methods always return
* <code>null</code> by default.
* <ul>
* <li>getCurrentPageInfo</li>
@@ -1612,7 +1612,7 @@
*
* @param request the current request.
* @param key The bundle key specified in a
- * [EMAIL PROTECTED] Jpf.MessageBundle} annotation.
+ * [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.MessageBundle} annotation.
*/
protected MessageResources getResources( HttpServletRequest request,
String key )
{
@@ -1630,7 +1630,7 @@
/**
* Get the specified message resources for this FlowController.
*
- * @param key The bundle key specified in a [EMAIL PROTECTED]
Jpf.MessageBundle} annotation.
+ * @param key The bundle key specified in a [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.MessageBundle} annotation.
*/
protected MessageResources getMessageResources( String key )
{
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/Forward.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/Forward.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/Forward.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/Forward.java
Mon Apr 4 15:32:45 2005
@@ -47,7 +47,7 @@
/**
* An object of this type is returned from an action methods in a [EMAIL
PROTECTED] PageFlowController} to
* determine the next URI to be displayed. It is constructed on the name of a
forward defined
- * by the @[EMAIL PROTECTED] Jpf.Forward} annotation, and resolves to the URI
specified in that forward.
+ * by the @[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward} annotation, and
resolves to the URI specified in that forward.
*/
public class Forward extends ActionForward
{
@@ -148,11 +148,11 @@
}
/**
- * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED] Jpf.Forward}</code>
+ * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>
* annotation. The values returned from [EMAIL PROTECTED] #getPath},
[EMAIL PROTECTED] #getRedirect} and
* [EMAIL PROTECTED] #contextRelative} are resolved from this forward.
*
- * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
Jpf.Forward}</code>) to resolve.
+ * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>) to resolve.
*/
public Forward( String forwardName )
{
@@ -160,12 +160,12 @@
}
/**
- * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED] Jpf.Forward}</code>
+ * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>
* annotation. The values returned from [EMAIL PROTECTED] #getPath},
[EMAIL PROTECTED] #getRedirect} and
* [EMAIL PROTECTED] #contextRelative} are resolved from this forward.
Also accepts a form bean
* to make available in the request (or user session, as appropriate).
*
- * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
Jpf.Forward}</code>) to resolve.
+ * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>) to resolve.
* @param outputFormBean a form bean instance to make available in the
request (or user session, as appropriate).
* See [EMAIL PROTECTED] #addOutputForm} for details about how
this manifests itself.
*/
@@ -180,12 +180,12 @@
}
/**
- * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED] Jpf.Forward}</code>
+ * Constructor which accepts the name of a forward defined by the
<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>
* annotation. The values returned from [EMAIL PROTECTED] #getPath},
[EMAIL PROTECTED] #getRedirect} and
* [EMAIL PROTECTED] #contextRelative} are resolved from this forward.
Also accepts a named action output
* to make available in the request, through [EMAIL PROTECTED]
PageFlowUtils#getActionOutput}..
*
- * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
Jpf.Forward}</code>) to resolve.
+ * @param forwardName the name of the forward (<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>) to resolve.
* @param actionOutputName the name of a action output to make available
in the request.
* @param actionOutputValue the action output object to make available in
the request.
*/
@@ -362,7 +362,7 @@
* conditions is met:
* <ul>
* <li>the name around which this object was constructed resolves
to a path defined
- * by a <code>@[EMAIL PROTECTED] Jpf.Forward}</code>, or</li>
+ * by a <code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>, or</li>
* <li>this object was constructed around an explicit path, by
* [EMAIL PROTECTED] #Forward(URI)} or [EMAIL PROTECTED]
#Forward(URL)}.</li>
* </ul>
@@ -731,7 +731,7 @@
/**
* Get the URI path associated with this object. Resolve it from the name
of a forward
- * (<code>@[EMAIL PROTECTED] Jpf.Forward}</code>) if necessary.
+ * (<code>@[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}</code>) if necessary.
*
* @return a String that is the URI path.
* @see #Forward(String)
@@ -805,7 +805,7 @@
/**
* Tell whether this Forward will store the original query string on the
page restored through
- * [EMAIL PROTECTED] Jpf.NavigateTo#previousAction}.
+ * [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#previousAction}.
*/
public boolean doesRestoreQueryString()
{
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowController.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowController.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowController.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowController.java
Mon Apr 4 15:32:45 2005
@@ -295,10 +295,10 @@
}
/**
- * Get a shared flow, based on its name as defined in this page flow's
[EMAIL PROTECTED] Jpf.Controller#sharedFlowRefs}
+ * Get a shared flow, based on its name as defined in this page flow's
[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Controller#sharedFlowRefs}
* annotation. To retrieve any shared flow based on its class name, use
[EMAIL PROTECTED] PageFlowUtils#getSharedFlow}.
*
- * @param sharedFlowName the name of the shared flow, as in this page
flows's [EMAIL PROTECTED] Jpf.Controller#sharedFlowRefs()}
+ * @param sharedFlowName the name of the shared flow, as in this page
flows's [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Controller#sharedFlowRefs()}
* annotation.
* @return the [EMAIL PROTECTED] SharedFlowController} with the given name.
*/
@@ -309,10 +309,10 @@
/**
* Remove a shared flow from the session, based on its name as defined in
this page flow's
- * [EMAIL PROTECTED] Jpf.Controller#sharedFlowRefs} annotation. To remove
any shared flow based on its class name, use
+ * [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Controller#sharedFlowRefs}
annotation. To remove any shared flow based on its class name, use
* [EMAIL PROTECTED] PageFlowUtils#removeSharedFlow}.
*
- * @param sharedFlowName the name of the shared flow, as in this page
flows's [EMAIL PROTECTED] Jpf.Controller#sharedFlowRefs()}
+ * @param sharedFlowName the name of the shared flow, as in this page
flows's [EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.Controller#sharedFlowRefs()}
* annotation.
*/
public void removeSharedFlow( String sharedFlowName )
@@ -370,8 +370,8 @@
/**
* Get the submitted form bean from the most recent action execution in
this PageFlowController.
* <p>
- * <i>Note: if the current page flow does not contain a </i>[EMAIL
PROTECTED] Jpf.Forward}<i> or a
- * </i>[EMAIL PROTECTED] Jpf.SimpleAction}<i> with a </i><code>[EMAIL
PROTECTED] Jpf.NavigateTo.previousAction}</code><i>
+ * <i>Note: if the current page flow does not contain a </i>[EMAIL
PROTECTED] org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}<i> or a
+ * </i>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction}<i> with a
</i><code>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#previousAction}</code><i>
* attribute, then this method will always return </i><code>null</code><i>
by default. To enable it in this
* situation, add the following method to the page flow:</i><br>
* <blockquote>
@@ -403,8 +403,8 @@
/**
* Get the submitted form bean from the most recent action execution in
this PageFlowController.
* <p>
- * <i>Note: if the current page flow does not contain a </i>[EMAIL
PROTECTED] Jpf.Forward}<i> or a
- * </i>[EMAIL PROTECTED] Jpf.SimpleAction}<i> with a </i><code>[EMAIL
PROTECTED] Jpf.NavigateTo.previousAction}</code><i>
+ * <i>Note: if the current page flow does not contain a </i>[EMAIL
PROTECTED] org.apache.beehive.netui.pageflow.annotations.Jpf.Forward}<i> or a
+ * </i>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.SimpleAction}<i> with a
</i><code>[EMAIL PROTECTED]
org.apache.beehive.netui.pageflow.annotations.Jpf.NavigateTo#previousAction}</code><i>
* attribute, then this method will always return </i><code>null</code><i>
by default. To enable it in this
* situation, add the following method to the page flow:</i><br>
* <blockquote>
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowUtils.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowUtils.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowUtils.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/PageFlowUtils.java
Mon Apr 4 15:32:45 2005
@@ -1267,7 +1267,7 @@
/**
* Create a fully-rewritten URI given a path and parameters.
*
- * <p> Calls the rewriter service using a type of [EMAIL PROTECTED]
URLType.RESOURCE}. </p>
+ * <p> Calls the rewriter service using a type of [EMAIL PROTECTED]
URLType#RESOURCE}. </p>
*
* @param servletContext the current ServletContext.
* @param request the current HttpServletRequest.
@@ -1292,7 +1292,7 @@
/**
* Create a fully-rewritten URI given a path and parameters.
*
- * <p> Calls the rewriter service using a type of [EMAIL PROTECTED]
URLType.ACTION}. </p>
+ * <p> Calls the rewriter service using a type of [EMAIL PROTECTED]
URLType#ACTION}. </p>
*
* @param servletContext the current ServletContext.
* @param request the current HttpServletRequest.
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/config/PageFlowControllerConfig.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/config/PageFlowControllerConfig.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/config/PageFlowControllerConfig.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/config/PageFlowControllerConfig.java
Mon Apr 4 15:32:45 2005
@@ -167,7 +167,7 @@
/**
* Get the directory for DiskMultipartRequestHandler temporary files.
- * @return
+ * @return directory string
*/
public String getTempDir()
{
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/requeststate/NameService.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/requeststate/NameService.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/requeststate/NameService.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/pageflow/requeststate/NameService.java
Mon Apr 4 15:32:45 2005
@@ -100,7 +100,7 @@
/**
*
* @param name
- * @return
+ * @return INameable
*/
public INameable get(String name) {
if (name == null)
Modified:
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/common/BundleMap.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/common/BundleMap.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/common/BundleMap.java
(original)
+++
incubator/beehive/trunk/netui/src/pageflow/org/apache/beehive/netui/script/common/BundleMap.java
Mon Apr 4 15:32:45 2005
@@ -38,7 +38,7 @@
import org.apache.beehive.netui.util.logging.Logger;
/**
- * Provide a [EMAIL PROTECTED] java.util.Map} of [EMAIL PROTECTED]
BundleNodeMap} objects that can
+ * Provide a [EMAIL PROTECTED] java.util.Map} of [EMAIL PROTECTED]
org.apache.beehive.netui.script.common.BundleMap.BundleNodeMap} objects that can
* expose various implementations of [EMAIL PROTECTED] BundleNode} to
* expression languages. <p/> This [EMAIL PROTECTED] java.util.Map}
implementation is
* optimized for read as the entrySet() is created lazily. In addition, the
Modified:
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/databinding/datagrid/runtime/sql/SQLSupport.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/databinding/datagrid/runtime/sql/SQLSupport.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/databinding/datagrid/runtime/sql/SQLSupport.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/databinding/datagrid/runtime/sql/SQLSupport.java
Mon Apr 4 15:32:45 2005
@@ -66,7 +66,7 @@
/**
* @param typeHint
- * @return
+ * @return Map
* @netui:jspfunction name="lookupFilterOperations"
* signature="java.util.Map lookupFilterOperations(java.lang.String)"
*/
@@ -98,7 +98,7 @@
/**
* @param typeHint
- * @return
+ * @return String
* @netui:jspfunction name="lookupDefaultFilterOperation"
* signature="java.lang.String
lookupDefaultFilterOperations(java.lang.String)"
*/
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/AbstractSimpleTag.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/AbstractSimpleTag.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/AbstractSimpleTag.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/AbstractSimpleTag.java
Mon Apr 4 15:32:45 2005
@@ -39,7 +39,7 @@
/**
* @param trim
- * @return
+ * @return String
* @throws JspException
* @throws IOException
*/
@@ -226,7 +226,7 @@
/**
* This method will return the scriptReporter that is represented by the
HTML tag.
- * @return
+ * @return IScriptReporter
*/
protected IScriptReporter getHtmlTag(ServletRequest req)
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/RequestUtils.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/RequestUtils.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/RequestUtils.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/RequestUtils.java
Mon Apr 4 15:32:45 2005
@@ -43,7 +43,7 @@
/**
* @param req
* @param name
- * @return
+ * @return Object
*/
public static Object getOuterAttribute(HttpServletRequest req, String name)
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/TagConfig.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/TagConfig.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/TagConfig.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/TagConfig.java
Mon Apr 4 15:32:45 2005
@@ -22,7 +22,7 @@
/**
* Return true if the legacy JavaScript support should be written to the
output stream.
- * @return
+ * @return boolean
*/
public static boolean isLegacyJavaScript()
{
@@ -36,7 +36,7 @@
/**
* Return true if the default JavaScript support should be written to the
output stream.
- * @return
+ * @return boolean
*/
public static boolean isDefaultJavaScript()
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/HtmlBaseTag.java
Mon Apr 4 15:32:45 2005
@@ -471,7 +471,7 @@
* </ul>
* @param state
* @param parentForm
- * @return
+ * @return String
*/
protected final String renderNameAndId(HttpServletRequest request,
AbstractHtmlState state, Form parentForm)
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/internal/PageFlowTagUtils.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/internal/PageFlowTagUtils.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/internal/PageFlowTagUtils.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/internal/PageFlowTagUtils.java
Mon Apr 4 15:32:45 2005
@@ -49,7 +49,7 @@
/**
* Create a fully-rewritten url from an initial action url with query
parameters
* and an anchor (location on page), checking if it needs to be secure
then call
- * the rewriter service using a type of [EMAIL PROTECTED] URLType.ACTION}.
+ * the rewriter service using a type of [EMAIL PROTECTED]
org.apache.beehive.netui.core.urls.URLRewriter.URLType#ACTION}.
* @param pageContext the current PageContext.
* @param action the action url to rewrite.
* @param params the query parameters for this url.
@@ -69,7 +69,7 @@
/**
* Create a fully-rewritten url from an initial href url with query
parameters
* and an anchor (location on page), checking if it needs to be secure
then call
- * the rewriter service using a type of [EMAIL PROTECTED] URLType.ACTION}.
+ * the rewriter service using a type of [EMAIL PROTECTED]
org.apache.beehive.netui.core.urls.URLRewriter.URLType#ACTION}.
* @param pageContext the current PageContext.
* @param url the href url to rewrite.
* @param params the query parameters for this url.
@@ -91,7 +91,7 @@
/**
* Create a fully-rewritten url from an initial resource url with query
parameters
* and an anchor (location on page), checking if it needs to be secure
then call
- * the rewriter service using a type of [EMAIL PROTECTED]
URLType.RESOURCE}.
+ * the rewriter service using a type of [EMAIL PROTECTED]
org.apache.beehive.netui.core.urls.URLRewriter.URLType#RESOURCE}.
* @param pageContext the current PageContext.
* @param url the resource url to rewrite.
* @param params the query parameters for this url.
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptContainer.java
Mon Apr 4 15:32:45 2005
@@ -303,8 +303,8 @@
}
/**
- * This method will return the real scope id for the script container. It
- * @return
+ * This method will return the real scope id for the script container.
+ * @return String
*/
protected String getRealIdScope()
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptRequestState.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptRequestState.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptRequestState.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/ScriptRequestState.java
Mon Apr 4 15:32:45 2005
@@ -158,7 +158,7 @@
* @param tagId
* @param realId
* @param realName
- * @return
+ * @return String
*/
public String mapTagId(IScriptReporter scriptReporter, String tagId,
String realId, String realName)
{
@@ -205,7 +205,7 @@
* @param writeLegacy
* @param writeId
* @param writeName
- * @return
+ * @return String
*/
public String writeNetuiNameFunctions(IScriptReporter scriptReporter,
boolean writeLegacy, boolean writeId, boolean writeName)
{
@@ -271,7 +271,7 @@
/**
* This will map the Features into their keys
* @param feature
- * @return
+ * @return String
*/
private String getFeatureKey(CoreScriptFeature feature)
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/TagRenderingBase.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/TagRenderingBase.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/TagRenderingBase.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/rendering/TagRenderingBase.java
Mon Apr 4 15:32:45 2005
@@ -370,7 +370,7 @@
/**
* Return true if the current document is XHTML
* @param req
- * @return
+ * @return boolean
*/
public static boolean isXHTML(ServletRequest req)
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ITreeRootElement.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ITreeRootElement.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ITreeRootElement.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/ITreeRootElement.java
Mon Apr 4 15:32:45 2005
@@ -56,7 +56,7 @@
/**
* return the TreeRenderState for this tree.
- * @return
+ * @return TreeRenderState
*/
TreeRenderState getTreeRenderState();
@@ -68,7 +68,7 @@
/**
* Property that returns the InheritableState that was set on the Tree.
- * @return
+ * @return InheritableState
*/
InheritableState getInheritableState();
@@ -79,7 +79,7 @@
void setInheritableState(InheritableState state);
/**
- * @return
+ * @return String
*/
String getRootNodeExpandedImage();
@@ -89,7 +89,7 @@
void setRootNodeExpandedImage(String rootNodeExpandedImage);
/**
- * @return
+ * @return String
*/
String getRootNodeCollapsedImage();
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/InheritableState.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/InheritableState.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/InheritableState.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/InheritableState.java
Mon Apr 4 15:32:45 2005
@@ -230,7 +230,7 @@
/**
* Return the default location of all images. It is used as the location
* for the tree structure images.
- * @return
+ * @return String
*/
public String getImageRoot()
{
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreePropertyOverride.java
Mon Apr 4 15:32:45 2005
@@ -45,7 +45,6 @@
* Sets the action used for expanding and contracting tree nodes.
* @param action - the action
* @jsptagref.attributedescription Sets the action used for expanding and
contracting tree nodes.
- * @param action - the action
* @jsptagref.databindable true
* @jsptagref.attributesyntaxvalue <i>string</i>
* @netui:attribute required="false"
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeRootElement.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeRootElement.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeRootElement.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/TreeRootElement.java
Mon Apr 4 15:32:45 2005
@@ -92,7 +92,7 @@
/**
* Property that returns the InheritableState that was set on the Tree.
- * @return
+ * @return InheritableState
*/
public InheritableState getInheritableState()
{
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/handlers/AnnotatedWebServiceDeploymentHandler.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/handlers/AnnotatedWebServiceDeploymentHandler.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/handlers/AnnotatedWebServiceDeploymentHandler.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/handlers/AnnotatedWebServiceDeploymentHandler.java
Mon Apr 4 15:32:45 2005
@@ -128,7 +128,7 @@
/**
* @param wsm
* @param cls
- * @return
+ * @return SOAPService
* @throws Exception
*/
protected SOAPService createSOAPService(BeehiveWsTypeMetadata wsm, Class
cls)
@@ -214,7 +214,7 @@
/**
* @param mc
- * @return
+ * @return web service Class
* @throws Exception
*/
protected Class getWebServiceClass(MessageContext mc) throws Exception {
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/registration/AxisTypeRegistrar.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/registration/AxisTypeRegistrar.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/registration/AxisTypeRegistrar.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/registration/AxisTypeRegistrar.java
Mon Apr 4 15:32:45 2005
@@ -64,7 +64,7 @@
/**
* @param cls
- * @return
+ * @return boolean
*/
protected boolean isBuiltInType(Class cls) {
return (builtInTypes.containsKey(cls));
@@ -218,7 +218,7 @@
/**
* @param cls
* @param q
- * @return
+ * @return boolean
*/
protected boolean classIsRegistered(Class cls, QName q) {
return mTypeMapping.isRegistered(cls, q);
@@ -226,7 +226,7 @@
/**
* @param cls
- * @return
+ * @return QName
*/
protected QName getRegisteredQName(Class cls) {
QName currentQName = ((org.apache.axis.encoding.TypeMapping)
mTypeMapping)
@@ -235,7 +235,7 @@
}
/**
- * @return
+ * @return QName
*/
public QName getVoidType() {
return XMLType.AXIS_VOID;
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/XmlBeanTypeLookup.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/XmlBeanTypeLookup.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/XmlBeanTypeLookup.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/databinding/xmlbeans/XmlBeanTypeLookup.java
Mon Apr 4 15:32:45 2005
@@ -143,8 +143,8 @@
}
/**
- * @param nxtType
- * @return
+ * @param q
+ * @return Class
*/
public static Class q2Class(QName q) {
return theLookup.qname2class(q);
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/Jsr181ObjectModelStore.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/Jsr181ObjectModelStore.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/Jsr181ObjectModelStore.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/jsr181/model/jsr181/Jsr181ObjectModelStore.java
Mon Apr 4 15:32:45 2005
@@ -60,8 +60,8 @@
/**
* Encapsulates the encoding of the pathname for object models.
- * @param
- * @return
+ * @param className
+ * @return File
*/
public static File getLocation(String className) {
return new File(className + EXTENSION);
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/registration/TypeRegistrar.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/registration/TypeRegistrar.java?view=diff&r1=160113&r2=160114
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/registration/TypeRegistrar.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/registration/TypeRegistrar.java
Mon Apr 4 15:32:45 2005
@@ -59,7 +59,7 @@
/**
* @param cls
- * @return
+ * @return QName
*/
protected abstract QName getRegisteredQName(Class cls);
@@ -99,12 +99,12 @@
/**
* @param cls
* @param q
- * @return
+ * @return boolean
*/
abstract protected boolean classIsRegistered(Class cls, QName q);
/**
- * @return
+ * @return QName
*/
abstract public QName getVoidType();