SEC-1006: Fixed Javadoc.
This commit is contained in:
parent
f54d7ee6bc
commit
55cc98ab54
|
@ -59,8 +59,10 @@ import javax.servlet.jsp.tagext.TagSupport;
|
||||||
* The {@link Sid} presented is determined by the {@link SidRetrievalStrategy}.
|
* The {@link Sid} presented is determined by the {@link SidRetrievalStrategy}.
|
||||||
* <p>
|
* <p>
|
||||||
* For this class to operate it must be able to access the application context via the
|
* For this class to operate it must be able to access the application context via the
|
||||||
* <code>WebApplicationContextUtils</code> and locate an {@link AclService} and {@link SidRetrievalStrategy}.
|
* <code>WebApplicationContextUtils</code> and attempt to locate an {@link AclService} and {@link SidRetrievalStrategy}.
|
||||||
* Application contexts must provide one and only one of these Java types.
|
* There cannot be more than one of these present. The <tt>AclService</tt> must be provided, but a
|
||||||
|
* {@link SidRetrievalStrategyImpl} instance will be created as the default retrieval strategy if no implementation
|
||||||
|
* is supplied by the application context.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
|
Loading…
Reference in New Issue