Javadoc fixes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1914 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -22,8 +22,8 @@ import com.samskivert.io.PersistenceException;
|
|||||||
import com.samskivert.util.Invoker;
|
import com.samskivert.util.Invoker;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extends the {@link Invoker#Unit} and specializes it for doing database
|
* Extends the {@link com.samskivert.util.Invoker.Unit} and specializes it for
|
||||||
* repository manipulation.
|
* doing database repository manipulation.
|
||||||
*/
|
*/
|
||||||
public abstract class RepositoryUnit extends Invoker.Unit
|
public abstract class RepositoryUnit extends Invoker.Unit
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ public class Table<T>
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a field mask that can be configured and used to update subsets
|
* Returns a field mask that can be configured and used to update subsets
|
||||||
* of entire objects via calls to {@link #update(Connection,T,FieldMask)}.
|
* of entire objects via calls to {@link #update(Connection,Object,FieldMask)}.
|
||||||
*/
|
*/
|
||||||
public FieldMask getFieldMask ()
|
public FieldMask getFieldMask ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ import javax.swing.Scrollable;
|
|||||||
import com.samskivert.Log;
|
import com.samskivert.Log;
|
||||||
import com.samskivert.util.ComparableArrayList;
|
import com.samskivert.util.ComparableArrayList;
|
||||||
import com.samskivert.util.Config;
|
import com.samskivert.util.Config;
|
||||||
|
import com.samskivert.util.DebugChords;
|
||||||
import com.samskivert.util.ListUtil;
|
import com.samskivert.util.ListUtil;
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
package com.samskivert.util;
|
package com.samskivert.util;
|
||||||
|
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
package com.samskivert.util;
|
package com.samskivert.util;
|
||||||
|
|
||||||
|
import java.util.Arrays;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ import com.samskivert.servlet.RedirectException;
|
|||||||
import com.samskivert.servlet.SiteIdentifier;
|
import com.samskivert.servlet.SiteIdentifier;
|
||||||
import com.samskivert.servlet.SiteResourceLoader;
|
import com.samskivert.servlet.SiteResourceLoader;
|
||||||
import com.samskivert.servlet.util.ExceptionMap;
|
import com.samskivert.servlet.util.ExceptionMap;
|
||||||
|
import com.samskivert.servlet.util.FriendlyException;
|
||||||
import com.samskivert.servlet.util.RequestUtils;
|
import com.samskivert.servlet.util.RequestUtils;
|
||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
|
|||||||
@@ -40,10 +40,10 @@ import com.samskivert.servlet.SiteIdentifier;
|
|||||||
import com.samskivert.util.StringUtil;
|
import com.samskivert.util.StringUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pluggable directive that handles the #import() statement in VTL. Import
|
* Pluggable directive that handles the #import() statement in VTL. Import is
|
||||||
* is like #parse() except that it creates a {@link SiteResourceKey} based
|
* like #parse() except that it creates a compound key
|
||||||
* on information from the current request when fetching the imported
|
* (<code>siteId:template_path</code>) based on information from the current
|
||||||
* template.
|
* request when fetching the imported template.
|
||||||
*/
|
*/
|
||||||
public class ImportDirective extends Directive
|
public class ImportDirective extends Directive
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user