| Package | Description |
|---|---|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AdmVerifySiteImages.doTypeRequest(AdmVerifySiteImages.Context ctx)
Determines if an info type request has been made and, if so, redirects so
the type is included in a new servlet request's parameters.
|
protected java.lang.String |
AdmVerifySiteImages.getRelativePath(AdmVerifySiteImages.Context ctx,
java.io.File file)
Returns a file's relative path per the current root being processed.
|
protected void |
AdmVerifySiteImages.parseFile(AdmVerifySiteImages.Context ctx,
java.io.File file)
Parses a file's references to images and determines if the references are
to existing or missing images.
|
protected void |
AdmVerifySiteImages.recurseFiles(AdmVerifySiteImages.Context ctx,
java.io.File file)
Recurses through the site's email templates, html templates, script files
and style sheet files and detemines missing, referenced and unreferenced
images.
|
protected void |
AdmVerifySiteImages.recurseImages(AdmVerifySiteImages.Context ctx,
java.io.File file)
Recurses through the site's images and stores a set of existing images.
|
protected void |
AdmVerifySiteImages.recurseProperties(AdmVerifySiteImages.Context ctx,
java.io.File file)
Recurses through the site's properties files and detemines missing,
referenced and unreferenced images.
|
protected java.lang.String |
AdmVerifySiteImages.subtractRoot(AdmVerifySiteImages.Context ctx,
java.io.File file)
Substracts (removes) the path for the current root being processed from a
file's path.
|
protected boolean |
AdmVerifySiteImages.verifyImages(AdmVerifySiteImages.Context ctx)
Verifies the site images and determines which images are missing, which
images are referenced and which images are unreferenced.
|