Added links to wiki for Lowercase, Rot13, SwapCase, Trim, Uncapitalize and Uppercase
This commit is contained in:
parent
2297011feb
commit
0ab3e93caa
8 changed files with 27 additions and 20 deletions
|
@ -32,6 +32,7 @@ import rife.tools.Localization;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.Lowercase">rife.render.Lowercase</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class Lowercase implements ValueRenderer {
|
||||
|
|
|
@ -81,7 +81,8 @@ public final class RenderUtils {
|
|||
/**
|
||||
* Returns the last 4 digits a credit card number. The number must satisfy the Luhn algorithm.
|
||||
* Non-digits are stripped from the number.
|
||||
*Th
|
||||
* Th
|
||||
*
|
||||
* @param src the credit card number
|
||||
* @return the last 4 digits of the credit card number or empty
|
||||
*/
|
||||
|
|
|
@ -31,6 +31,7 @@ import rife.template.ValueRenderer;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.Rot13">rife.render.Rot13</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class Rot13 implements ValueRenderer {
|
||||
|
|
|
@ -31,6 +31,7 @@ import rife.template.ValueRenderer;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.SwapCase">rife.render.SwapCase</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class SwapCase implements ValueRenderer {
|
||||
|
|
|
@ -31,6 +31,7 @@ import rife.template.ValueRenderer;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.Trim">rife.render.Trim</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class Trim implements ValueRenderer {
|
||||
|
|
|
@ -32,6 +32,7 @@ import rife.tools.Localization;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.Uncapitalize">rife.render.Uncapitalize</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class Uncapitalize implements ValueRenderer {
|
||||
|
|
|
@ -32,6 +32,7 @@ import rife.tools.Localization;
|
|||
* </pre>
|
||||
*
|
||||
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
|
||||
* #see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.Uppercase">rife.render.Uppercase</a>
|
||||
* @since 1.0
|
||||
*/
|
||||
public class Uppercase implements ValueRenderer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue