|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspcp7.imagegallery.abstractionlayer.util.StandardUtils
public class StandardUtils
Utils which could be useful in every spcp7 imagegallery project or even for the whole spcp7.
| Constructor Summary | |
|---|---|
StandardUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
deepCopy(A o)
This method copies the given instance by value via bytestreams to a new instance. |
|
static java.util.ResourceBundle |
determineResourceBundle(javax.faces.context.FacesContext fc)
This method tries to get the user's locale from the faces context returns the appropriate bundle. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardUtils()
| Method Detail |
|---|
public static <A> A deepCopy(A o)
A - The type of the given object.o - The given object must implement Serializable
public static java.util.ResourceBundle determineResourceBundle(javax.faces.context.FacesContext fc)
fc - the facesContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||